#8E72CA

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

Shades of True V #8E72CA

Tints of True V #8E72CA

Color information

#8E72CA (or 0x8E72CA) is unknown color: approx True V. HEX triplet: 8E, 72 and CA. RGB value is (142,114,202). Sum of RGB (Red+Green+Blue) = 142+114+202=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E72CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72CA is #718D35. Grayscale: #848484. Windows color (decimal): -7441718 or 13267598. OLE color: 13267598.

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

Color convert

RGB142114202-
CMYK0.300.4400.21
HSL259.09º45.36%61.96%-
HSV(B)259.09º43.56%79.22%-
XYZ27.8322.0558.67-
YUV132.4167.28134.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=31.00%
G=24.89%
B=44.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421142020.300.4400.21259.0945.3661.96
Hex8E72CA1E2C0151032d3e
Octal21616231236540254035576
Binary1000111011100101100101011110101100010101100000011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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