COLOR #8568D8

HEX: #8568D8
RGB: (133,104,216)

Color info

#8568D8 contains mainly blue color. Web safe color of #8568D8 is #9966CC (or #96C).

RGB color model

#8568D8 color RGB value is (133,104,216).

  • red value is 133;
  • green value is 104;
  • blue value is 216.
RGB:
(133,104,216)
(52%,41%,85%)

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 216 of 255 = 85%

133
104
216

R + G + B ~ 59%. #8568D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 216 = 453 (100%)
R 133 of 453 ~ 29.36%
G 104 of 453 ~ 22.96%
B 216 of 453 ~ 47.68%

%29.36
%22.96
%47.68

CMYK color model

#8568D8 color CMYK value is (38,52,0,15).

  • cyan value is 38.43%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(38,52,0,15)
C38M52Y0K15 
(38%,52%,0%,15%)
(0.38/0.52/0.00/0.15)	

CMYK percentages

%38.43
%51.85
%0
%15.29

Codes

Color #8568D8 in popluar color models

8568D8
RGB133104216
HSL256°58.95%62.75%
HSB/HSV256°51.85%84.71%
CMYK38.43%51.85%0.00%
15.29%

Color #8568D8 in popluar number systems.

HEX8568D8
Decimal133104216
Binary10000101110100011011000
Octal205150330

Shades and tints

Shades of #8568D8

#8568D8
(133,104,216)
#795FC5
(121,95,197)
#6D56B2
(109,86,178)
#614D9F
(97,77,159)
#55448C
(85,68,140)
#493B79
(73,59,121)
#3D3266
(61,50,102)
#312953
(49,41,83)
#252040
(37,32,64)
#19172D
(25,23,45)
#0D0E1A
(13,14,26)
#000000
(0,0,0)

Tints of #8568D8

#8568D8
(133,104,216)
#9075DB
(144,117,219)
#9B82DE
(155,130,222)
#A68FE1
(166,143,225)
#B19CE4
(177,156,228)
#BCA9E7
(188,169,231)
#C7B6EA
(199,182,234)
#D2C3ED
(210,195,237)
#DDD0F0
(221,208,240)
#E8DDF3
(232,221,243)
#F3EAF6
(243,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8568D8 color. Also use rgb(133,104,216) instead hex code.

Text Font Color

.myTextColor { color: #8568D8; }

<p style="color:#8568D8">This sample text font color is #8568D8.</p>

This text font color is #8568D8.


Background Color

.myBgColor { background-color: #8568D8; }

<div style="background-color:#8568D8">Inner text</div>

This div background color is #8568D8.


Border color

.myBorderColor { border: 1px solid #8568D8; }

<div style="border:3px solid #8568D8">Div</div>

This div border color is #8568D8.


Opacity

.myOpacity80 { color: #8568D8; opacity: 0.8; }

<p style="color:#8568D8;opacity:0.8;">80%</p>

Text with #8568D8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8568D8;}

<p style="text-shadow: 3px 3px 1px #8568D8">Text here.</p>

This text has shadow with #8568D8 color.

.textShadow {text-shadow: 3px 3px 1px #8568D8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8568D8, 5px 5px 20px red">Text here.</p>

This text has shadow with #8568D8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8568D8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8568D8, Direction=45, Strength=4)">Text</p>

This text has shadow with #8568D8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8568D8;
  -webkit-box-shadow:	1px 1px 3px 2px #8568D8;
  box-shadow:		1px 1px 3px 2px #8568D8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8568D8;
-webkit-box-shadow: 1px 1px 3px 2px #8568D8;
box-shadow:1px 1px 3px 2px #8568D8;">
Div content here</div>
This div box has shadow with color #8568D8.

Preview

Color preview on black background

This text has color #8568D8 on black background.


Color preview on white background

This text has color #8568D8 on white background.



Black color preview on #8568D8 background

This text has black color on #8568D8 background.


White color preview on #8568D8 background

This text has white color on #8568D8 background.