#8E1B7E

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

Shades of Dark Purple #8E1B7E

Tints of Dark Purple #8E1B7E

Color information

#8E1B7E (or 0x8E1B7E) is unknown color: approx Dark Purple. HEX triplet: 8E, 1B and 7E. RGB value is (142,27,126). Sum of RGB (Red+Green+Blue) = 142+27+126=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B7E is #71E481. Grayscale: #484848. Windows color (decimal): -7464066 or 8264590. OLE color: 8264590.

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

Color convert

RGB14227126-
CMYK00.810.110.44
HSL308.35º68.05%33.14%-
HSV(B)308.35º80.99%55.69%-
XYZ15.318.0420.48-
YUV72.67158.1177.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 126 (49.61% from 255) = 42.71%
R=48.14%
G=9.15%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422712600.810.110.44308.3568.0533.14
Hex8E1B7E051B2C1344421
Octal216331760121135446410441
Binary100011101101111111100101000110111011001001101001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,27,126); }

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

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

 a { background-color: rgb(142,27,126); }

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

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

 span { border-color: rgb(142,27,126); }

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