#8E66CC

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

Shades of True V #8E66CC

Tints of True V #8E66CC

Color information

#8E66CC (or 0x8E66CC) is unknown color: approx True V. HEX triplet: 8E, 66 and CC. RGB value is (142,102,204). Sum of RGB (Red+Green+Blue) = 142+102+204=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E66CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E66CC is #719933. Grayscale: #7D7D7D. Windows color (decimal): -7444788 or 13395598. OLE color: 13395598.

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

Color convert

RGB142102204-
CMYK0.300.500.2
HSL263.53º50%60%-
HSV(B)263.53º50%80%-
XYZ26.8119.6159.5-
YUV125.59172.25139.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.70%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=31.70%
G=22.77%
B=45.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421022040.300.500.2263.535060
Hex8E66CC1E32014108323c
Octal21614631436620244106274
Binary1000111011001101100110011110110010010100100001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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