Html Css Color HEX #8B1387 Dark Magenta

📋 copy color: '#8B1387'

red 139 ◦ green 19 ◦ blue 135

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

Shades of Dark Magenta #8B1387

Tints of Dark Magenta #8B1387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

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

R = 47.44%
G = 6.48%
B = 46.08%

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

#8B1387 (or 0x8B1387) is known color: Dark Magenta. HEX triplet: 8B, 13 and 87. RGB value is (139,19,135). Sum of RGB (Red+Green+Blue) = 139+19+135=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1387 is #74EC78. Grayscale: #434343. Windows color (decimal): -7662713 or 8852363. OLE color: 8852363.

HSL color Cylindrical-coordinate representation of color #8B1387: hue angle of 302º degrees, saturation: 0.76, 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 #8B1387 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 19 135 -
CMYK 0 0.86 0.03 0.45
HSL 302º 0.76% 0.31% -
HSV(B) 302º 0.86% 0.55% -
XYZ 15.25 7.7 23.6 -
YUV 68.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 139 19 135 0 0.86 0.03 0.45 302 0.76 0.31
Hex 8B 13 87 0 56 3 2D 12E 4C 1F
Octal 213 23 207 0 126 3 55 456 114 37
Binary 10001011 10011 10000111 0 1010110 11 101101 100101110 1001100 11111

Color Harmonies of #8B1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1387

Black with #8B1387

Text Example


Text Example

White with #8B1387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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