#8E6ECC

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

Shades of True V #8E6ECC

Tints of True V #8E6ECC

Color information

#8E6ECC (or 0x8E6ECC) is unknown color: approx True V. HEX triplet: 8E, 6E and CC. RGB value is (142,110,204). Sum of RGB (Red+Green+Blue) = 142+110+204=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ECC is #719133. Grayscale: #818181. Windows color (decimal): -7442740 or 13397646. OLE color: 13397646.

HSL color Cylindrical-coordinate representation of color #8E6ECC: hue angle of 260.43º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E6ECC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142110204-
CMYK0.300.4600.2
HSL260.43º47.96%61.57%-
HSV(B)260.43º46.08%80%-
XYZ27.6321.2659.77-
YUV130.28169.6136.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.14%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=31.14%
G=24.12%
B=44.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421102040.300.4600.2260.4347.9661.57
Hex8E6ECC1E2E014104303e
Octal21615631436560244046076
Binary1000111011011101100110011110101110010100100000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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