Html Css Color HEX #8B0486 Dark Magenta

📋 copy color: '#8B0486'

red 139 ◦ green 4 ◦ blue 134

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

Shades of Dark Magenta #8B0486

Tints of Dark Magenta #8B0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 134 (52.73% from 255) = 48.38%

R = 50.18%
G = 1.44%
B = 48.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B0486 (or 0x8B0486) is known color: Dark Magenta. HEX triplet: 8B, 04 and 86. RGB value is (139,4,134). Sum of RGB (Red+Green+Blue) = 139+4+134=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0486 is #74FB79. Grayscale: #3A3A3A. Windows color (decimal): -7666554 or 8782987. OLE color: 8782987.

HSL color Cylindrical-coordinate representation of color #8B0486: hue angle of 302.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0486 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 4 134 -
CMYK 0 0.97 0.04 0.45
HSL 302.22º 0.94% 0.28% -
HSV(B) 302.22º 0.97% 0.55% -
XYZ 14.99 7.3 23.17 -
YUV 59.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 139 4 134 0 0.97 0.04 0.45 302.22 0.94 0.28
Hex 8B 4 86 0 61 4 2D 12E 5E 1C
Octal 213 4 206 0 141 4 55 456 136 34
Binary 10001011 100 10000110 0 1100001 100 101101 100101110 1011110 11100

Color Harmonies of #8B0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0486

Black with #8B0486

Text Example


Text Example

White with #8B0486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,4,134); }

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

background-color css

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

 a { background-color: rgb(139,4,134); }

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

border-color css

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

 span { border-color: rgb(139,4,134); }

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