Html Css Color HEX #8B1489 Dark Magenta

📋 copy color: '#8B1489'

red 139 ◦ green 20 ◦ blue 137

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

Shades of Dark Magenta #8B1489

Tints of Dark Magenta #8B1489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.28%

R = 46.96%
G = 6.76%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B1489 (or 0x8B1489) is known color: Dark Magenta. HEX triplet: 8B, 14 and 89. RGB value is (139,20,137). Sum of RGB (Red+Green+Blue) = 139+20+137=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1489 is #74EB76. Grayscale: #444444. Windows color (decimal): -7662455 or 8983691. OLE color: 8983691.

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

Color convert

RGB 139 20 137 -
CMYK 0 0.86 0.01 0.45
HSL 301.01º 0.75% 0.31% -
HSV(B) 301.01º 0.86% 0.55% -
XYZ 15.41 7.8 24.36 -
YUV 68.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 139 20 137 0 0.86 0.01 0.45 301.01 0.75 0.31
Hex 8B 14 89 0 56 1 2D 12D 4B 1F
Octal 213 24 211 0 126 1 55 455 113 37
Binary 10001011 10100 10001001 0 1010110 1 101101 100101101 1001011 11111

Color Harmonies of #8B1489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1489

Black with #8B1489

Text Example


Text Example

White with #8B1489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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