Html Css Color HEX #8B0E87 Dark Magenta

📋 copy color: '#8B0E87'

red 139 ◦ green 14 ◦ blue 135

#8B0E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #8B0E87

Tints of Dark Magenta #8B0E87

RGB

 RED value IS 139 (54.69% from 255) = 48.26%

 GREEN value IS 14 (5.86% from 255) = 4.86%

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 48.26%
G = 4.86%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8B0E87 (or 0x8B0E87) is known color: Dark Magenta. HEX triplet: 8B, 0E and 87. RGB value is (139,14,135). Sum of RGB (Red+Green+Blue) = 139+14+135=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0E87 is #74F178. Grayscale: #404040. Windows color (decimal): -7663993 or 8851083. OLE color: 8851083.

HSL color Cylindrical-coordinate representation of color #8B0E87: hue angle of 301.92º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E87 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 14 135 -
CMYK 0 0.90 0.03 0.45
HSL 301.92º 0.82% 0.3% -
HSV(B) 301.92º 0.9% 0.55% -
XYZ 15.18 7.55 23.58 -
YUV 65.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 139 14 135 0 0.90 0.03 0.45 301.92 0.82 0.3
Hex 8B E 87 0 5A 3 2D 12E 52 1E
Octal 213 16 207 0 132 3 55 456 122 36
Binary 10001011 1110 10000111 0 1011010 11 101101 100101110 1010010 11110

Color Harmonies of #8B0E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0E87

Black with #8B0E87

Text Example


Text Example

White with #8B0E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,14,135); }

 H1.HeaderClassName
 {
   color: #8B0E87;
 }
 .AnyTagClassName
 {
   color: #8B0E87;
 }
</style>

background-color css

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

 a { background-color: rgb(139,14,135); }

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

border-color css

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

 span { border-color: rgb(139,14,135); }

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