#8E137F

Color #8E137F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8E137F

Tints of Dark Purple #8E137F

Color information

#8E137F (or 0x8E137F) is unknown color: approx Dark Purple. HEX triplet: 8E, 13 and 7F. RGB value is (142,19,127). Sum of RGB (Red+Green+Blue) = 142+19+127=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E137F is #71EC80. Grayscale: #434343. Windows color (decimal): -7466113 or 8328078. OLE color: 8328078.

HSL color Cylindrical-coordinate representation of color #8E137F: hue angle of 307.32º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E137F is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14219127-
CMYK00.870.110.44
HSL307.32º76.4%31.57%-
HSV(B)307.32º86.62%55.69%-
XYZ15.227.7520.77-
YUV68.09161.25180.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 127 (50% from 255) = 44.10%
R=49.31%
G=6.60%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421912700.870.110.44307.3276.431.57
Hex8E137F057B2C1334c20
Octal216231770127135446311440
Binary100011101001111111110101011110111011001001100111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,19,127); }

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

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

 a { background-color: rgb(142,19,127); }

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

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

 span { border-color: rgb(142,19,127); }

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