#8E6ECD

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

Shades of True V #8E6ECD

Tints of True V #8E6ECD

Color information

#8E6ECD (or 0x8E6ECD) is unknown color: approx True V. HEX triplet: 8E, 6E and CD. RGB value is (142,110,205). Sum of RGB (Red+Green+Blue) = 142+110+205=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E6ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ECD is #719132. Grayscale: #828282. Windows color (decimal): -7442739 or 13463182. OLE color: 13463182.

HSL color Cylindrical-coordinate representation of color #8E6ECD: hue angle of 260.21º degrees, saturation: 0.49, 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 #8E6ECD is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142110205-
CMYK0.310.4600.20
HSL260.21º48.72%61.76%-
HSV(B)260.21º46.34%80.39%-
XYZ27.7521.3160.41-
YUV130.4170.1136.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=31.07%
G=24.07%
B=44.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421102050.310.4600.20260.2148.7261.76
Hex8E6ECD1F2E014104313e
Octal21615631537560244046176
Binary1000111011011101100110111111101110010100100000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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