#8E6CCE

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

Shades of True V #8E6CCE

Tints of True V #8E6CCE

Color information

#8E6CCE (or 0x8E6CCE) is unknown color: approx True V. HEX triplet: 8E, 6C and CE. RGB value is (142,108,206). Sum of RGB (Red+Green+Blue) = 142+108+206=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E6CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CCE is #719331. Grayscale: #808080. Windows color (decimal): -7443250 or 13528206. OLE color: 13528206.

HSL color Cylindrical-coordinate representation of color #8E6CCE: hue angle of 260.82º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E6CCE is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142108206-
CMYK0.310.4800.19
HSL260.82º50%61.57%-
HSV(B)260.82º47.57%80.78%-
XYZ27.6620.9360.98-
YUV129.34171.26137.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.14%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=31.14%
G=23.68%
B=45.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421082060.310.4800.19260.825061.57
Hex8E6CCE1F30013105323e
Octal21615431637600234056276
Binary1000111011011001100111011111110000010011100000101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,206); }

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

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

 a { background-color: rgb(142,108,206); }

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

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

 span { border-color: rgb(142,108,206); }

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