#8C66C9

Color #8C66C9 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8C66C9

Tints of True V #8C66C9

Color information

#8C66C9 (or 0x8C66C9) is unknown color: approx True V. HEX triplet: 8C, 66 and C9. RGB value is (140,102,201). Sum of RGB (Red+Green+Blue) = 140+102+201=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C66C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C66C9 is #739936. Grayscale: #7C7C7C. Windows color (decimal): -7575863 or 13198988. OLE color: 13198988.

HSL color Cylindrical-coordinate representation of color #8C66C9: hue angle of 263.03º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C66C9 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140102201-
CMYK0.300.4900.21
HSL263.03º47.83%59.41%-
HSV(B)263.03º49.25%78.82%-
XYZ26.1119.357.61-
YUV124.65171.09138.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=31.60%
G=23.02%
B=45.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401022010.300.4900.21263.0347.8359.41
Hex8C66C91E31015107303b
Octal21414631136610254076073
Binary1000110011001101100100111110110001010101100000111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C66C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C66C9; }

 p { color: rgb(140,102,201); }

 H1.HeaderClassName
 {
   color: #8C66C9;
 }
 .AnyTagClassName
 {
   color: #8C66C9;
 }
</style>
background-color css

<style>
 a { background-color: #8C66C9; }

 a { background-color: rgb(140,102,201); }

 div.DivClassName
 {
   background-color: #8C66C9;
 }
 .BgClassName
 {
   background-color: #8C66C9;
 }
</style>
border-color css

<style>
 span { border-color: #8C66C9; }

 span { border-color: rgb(140,102,201); }

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