#8C66CA

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

Shades of True V #8C66CA

Tints of True V #8C66CA

Color information

#8C66CA (or 0x8C66CA) is unknown color: approx True V. HEX triplet: 8C, 66 and CA. RGB value is (140,102,202). Sum of RGB (Red+Green+Blue) = 140+102+202=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C66CA is #739935. Grayscale: #7C7C7C. Windows color (decimal): -7575862 or 13264524. OLE color: 13264524.

HSL color Cylindrical-coordinate representation of color #8C66CA: hue angle of 262.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C66CA is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140102202-
CMYK0.310.5000.21
HSL262.8º48.54%59.61%-
HSV(B)262.8º49.5%79.22%-
XYZ26.2319.3458.23-
YUV124.76171.59138.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=31.53%
G=22.97%
B=45.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401022020.310.5000.21262.848.5459.61
Hex8C66CA1F32015107313c
Octal21414631237620254076174
Binary1000110011001101100101011111110010010101100000111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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