#8E72BF

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

Shades of True V #8E72BF

Tints of True V #8E72BF

Color information

#8E72BF (or 0x8E72BF) is unknown color: approx True V. HEX triplet: 8E, 72 and BF. RGB value is (142,114,191). Sum of RGB (Red+Green+Blue) = 142+114+191=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E72BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72BF is #718D40. Grayscale: #828282. Windows color (decimal): -7441729 or 12546702. OLE color: 12546702.

HSL color Cylindrical-coordinate representation of color #8E72BF: hue angle of 261.82º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E72BF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142114191-
CMYK0.260.4000.25
HSL261.82º37.56%59.8%-
HSV(B)261.82º40.31%74.9%-
XYZ26.5821.5552.05-
YUV131.15161.78135.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 191 (75% from 255) = 42.73%
R=31.77%
G=25.50%
B=42.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421141910.260.4000.25261.8237.5659.8
Hex8E72BF1A28019106263c
Octal21616227732500314064674
Binary1000111011100101011111111010101000011001100000110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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