#8e72cd

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

Shades of True V #8E72CD

Tints of True V #8E72CD

Color information

#8E72CD (or 0x8E72CD) is unknown color: approx True V. HEX triplet: 8E, 72 and CD. RGB value is (142,114,205). Sum of RGB (Red+Green+Blue) = 142+114+205=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E72CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72CD is #718D32. Grayscale: #848484. Windows color (decimal): -7441715 or 13464206. OLE color: 13464206.

HSL color Cylindrical-coordinate representation of color #8E72CD: hue angle of 258.46º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E72CD is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142114205-
CMYK0.310.4400.20
HSL258.46º47.64%62.55%-
HSV(B)258.46º44.39%80.39%-
XYZ28.1922.1960.56-
YUV132.75168.78134.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=30.80%
G=24.73%
B=44.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421142050.310.4400.20258.4647.6462.55
Hex8E72CD1F2C014102303f
Octal21616231537540244026077
Binary1000111011100101100110111111101100010100100000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e72cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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