#8E72C7

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

Shades of True V #8E72C7

Tints of True V #8E72C7

Color information

#8E72C7 (or 0x8E72C7) is unknown color: approx True V. HEX triplet: 8E, 72 and C7. RGB value is (142,114,199). Sum of RGB (Red+Green+Blue) = 142+114+199=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 199 - color contains mainly: blue. Hex color #8E72C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72C7 is #718D38. Grayscale: #838383. Windows color (decimal): -7441721 or 13070990. OLE color: 13070990.

HSL color Cylindrical-coordinate representation of color #8E72C7: hue angle of 259.76º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E72C7 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB142114199-
CMYK0.290.4300.22
HSL259.76º43.15%61.37%-
HSV(B)259.76º42.71%78.04%-
XYZ27.4821.9156.81-
YUV132.06165.78135.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 199 (78.12% from 255) = 43.74%
R=31.21%
G=25.05%
B=43.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421141990.290.4300.22259.7643.1561.37
Hex8E72C71D2B0161042b3d
Octal21616230735530264045375
Binary1000111011100101100011111101101011010110100000100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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