Html Css Color HEX #8566CC True V

📋 copy color: '#8566CC'

red 133 ◦ green 102 ◦ blue 204

#8566CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #8566CC

Tints of True V #8566CC

RGB

 RED value IS 133 (52.34% from 255) = 30.3%

 GREEN value IS 102 (40.23% from 255) = 23.23%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 30.3%
G = 23.23%
B = 46.47%

CMYK

 C value IS 0.35

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8566CC (or 0x8566CC) is known color: True V. HEX triplet: 85, 66 and CC. RGB value is (133,102,204). Sum of RGB (Red+Green+Blue) = 133+102+204=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #8566CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8566CC is #7A9933. Grayscale: #7A7A7A. Windows color (decimal): -8034612 or 13395589. OLE color: 13395589.

HSL color Cylindrical-coordinate representation of color #8566CC: hue angle of 258.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8566CC is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 102 204 -
CMYK 0.35 0.5 0 0.2
HSL 258.24º 0.5% 0.6% -
HSV(B) 258.24º 0.5% 0.8% -
XYZ 25.32 18.85 59.43 -
YUV 122.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 133 102 204 0.35 0.5 0 0.2 258.24 0.5 0.6
Hex 85 66 CC 23 32 0 14 102 32 3C
Octal 205 146 314 43 62 0 24 402 62 74
Binary 10000101 1100110 11001100 100011 110010 0 10100 100000010 110010 111100

Color Harmonies of #8566CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8566CC

Black with #8566CC

Text Example


Text Example

White with #8566CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8566CC; }

 p { color: rgb(133,102,204); }

 H1.HeaderClassName
 {
   color: #8566CC;
 }
 .AnyTagClassName
 {
   color: #8566CC;
 }
</style>

background-color css

<style>
 a { background-color: #8566CC; }

 a { background-color: rgb(133,102,204); }

 div.DivClassName
 {
   background-color: #8566CC;
 }
 .BgClassName
 {
   background-color: #8566CC;
 }
</style>

border-color css

<style>
 span { border-color: #8566CC; }

 span { border-color: rgb(133,102,204); }

 td.TdClassName
 {
   border-color: #8566CC;
 }
 .TagClassName
 {
   border-color: #8566CC;
 }
</style>