Html Css Color HEX #8B1487 Dark Magenta

📋 copy color: '#8B1487'

red 139 ◦ green 20 ◦ blue 135

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

Shades of Dark Magenta #8B1487

Tints of Dark Magenta #8B1487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

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

R = 47.28%
G = 6.8%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8B1487 (or 0x8B1487) is known color: Dark Magenta. HEX triplet: 8B, 14 and 87. RGB value is (139,20,135). Sum of RGB (Red+Green+Blue) = 139+20+135=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1487 is #74EB78. Grayscale: #444444. Windows color (decimal): -7662457 or 8852619. OLE color: 8852619.

HSL color Cylindrical-coordinate representation of color #8B1487: hue angle of 302.02º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1487 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 20 135 -
CMYK 0 0.86 0.03 0.45
HSL 302.02º 0.75% 0.31% -
HSV(B) 302.02º 0.86% 0.55% -
XYZ 15.27 7.74 23.61 -
YUV 68.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 139 20 135 0 0.86 0.03 0.45 302.02 0.75 0.31
Hex 8B 14 87 0 56 3 2D 12E 4B 1F
Octal 213 24 207 0 126 3 55 456 113 37
Binary 10001011 10100 10000111 0 1010110 11 101101 100101110 1001011 11111

Color Harmonies of #8B1487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1487

Black with #8B1487

Text Example


Text Example

White with #8B1487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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