#8E6CCA

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

Shades of True V #8E6CCA

Tints of True V #8E6CCA

Color information

#8E6CCA (or 0x8E6CCA) is unknown color: approx True V. HEX triplet: 8E, 6C and CA. RGB value is (142,108,202). Sum of RGB (Red+Green+Blue) = 142+108+202=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CCA is #719335. Grayscale: #808080. Windows color (decimal): -7443254 or 13266062. OLE color: 13266062.

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

Color convert

RGB142108202-
CMYK0.300.4700.21
HSL261.7º47%60.78%-
HSV(B)261.7º46.53%79.22%-
XYZ27.1820.7458.45-
YUV128.88169.26137.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.42%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=31.42%
G=23.89%
B=44.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421082020.300.4700.21261.74760.78
Hex8E6CCA1E2F0151062f3d
Octal21615431236570254065775
Binary1000111011011001100101011110101111010101100000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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