Html Css Color HEX #8766CC True V

📋 copy color: '#8766CC'

red 135 ◦ green 102 ◦ blue 204

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

Shades of True V #8766CC

Tints of True V #8766CC

RGB

 RED value IS 135 (53.13% from 255) = 30.61%

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

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

R = 30.61%
G = 23.13%
B = 46.26%

CMYK

 C value IS 0.34

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8766CC (or 0x8766CC) is known color: True V. HEX triplet: 87, 66 and CC. RGB value is (135,102,204). Sum of RGB (Red+Green+Blue) = 135+102+204=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #8766CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766CC is #789933. Grayscale: #7B7B7B. Windows color (decimal): -7903540 or 13395591. OLE color: 13395591.

HSL color Cylindrical-coordinate representation of color #8766CC: hue angle of 259.41º 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 #8766CC is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 102 204 -
CMYK 0.34 0.5 0 0.2
HSL 259.41º 0.5% 0.6% -
HSV(B) 259.41º 0.5% 0.8% -
XYZ 25.64 19.01 59.45 -
YUV 123.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 135 102 204 0.34 0.5 0 0.2 259.41 0.5 0.6
Hex 87 66 CC 22 32 0 14 103 32 3C
Octal 207 146 314 42 62 0 24 403 62 74
Binary 10000111 1100110 11001100 100010 110010 0 10100 100000011 110010 111100

Color Harmonies of #8766CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8766CC

Black with #8766CC

Text Example


Text Example

White with #8766CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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