#8E6ECA

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

Shades of True V #8E6ECA

Tints of True V #8E6ECA

Color information

#8E6ECA (or 0x8E6ECA) is unknown color: approx True V. HEX triplet: 8E, 6E and CA. RGB value is (142,110,202). Sum of RGB (Red+Green+Blue) = 142+110+202=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E6ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ECA is #719135. Grayscale: #818181. Windows color (decimal): -7442742 or 13266574. OLE color: 13266574.

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

Color convert

RGB142110202-
CMYK0.300.4600.21
HSL260.87º46.46%61.18%-
HSV(B)260.87º45.54%79.22%-
XYZ27.3921.1758.52-
YUV130.06168.6136.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.28%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=31.28%
G=24.23%
B=44.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421102020.300.4600.21260.8746.4661.18
Hex8E6ECA1E2E0151052e3d
Octal21615631236560254055675
Binary1000111011011101100101011110101110010101100000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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