#8E6DCA

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

Shades of True V #8E6DCA

Tints of True V #8E6DCA

Color information

#8E6DCA (or 0x8E6DCA) is unknown color: approx True V. HEX triplet: 8E, 6D and CA. RGB value is (142,109,202). Sum of RGB (Red+Green+Blue) = 142+109+202=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6DCA is #719235. Grayscale: #818181. Windows color (decimal): -7442998 or 13266318. OLE color: 13266318.

HSL color Cylindrical-coordinate representation of color #8E6DCA: hue angle of 261.29º degrees, saturation: 0.47, 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 #8E6DCA is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142109202-
CMYK0.300.4600.21
HSL261.29º46.73%60.98%-
HSV(B)261.29º46.04%79.22%-
XYZ27.2820.9558.48-
YUV129.47168.93136.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=31.35%
G=24.06%
B=44.59%

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
Decimal1421092020.300.4600.21261.2946.7360.98
Hex8E6DCA1E2E0151052f3d
Octal21615531236560254055775
Binary1000111011011011100101011110101110010101100000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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