#8E1B8D

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

Shades of Dark Purple #8E1B8D

Tints of Dark Purple #8E1B8D

Color information

#8E1B8D (or 0x8E1B8D) is unknown color: approx Dark Purple. HEX triplet: 8E, 1B and 8D. RGB value is (142,27,141). Sum of RGB (Red+Green+Blue) = 142+27+141=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1B8D is #71E472. Grayscale: #4A4A4A. Windows color (decimal): -7464051 or 9247630. OLE color: 9247630.

HSL color Cylindrical-coordinate representation of color #8E1B8D: hue angle of 300.52º 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 #8E1B8D is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14227141-
CMYK00.810.010.44
HSL300.52º68.05%33.14%-
HSV(B)300.52º80.99%55.69%-
XYZ16.358.4625.97-
YUV74.38165.6176.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.81%
GREEN value IS 27 (10.94% from 255) = 8.71%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=45.81%
G=8.71%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422714100.810.010.44300.5268.0533.14
Hex8E1B8D05112C12d4421
Octal21633215012115445510441
Binary1000111011011100011010101000111011001001011011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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