Html Css Color HEX #8B0A80 Dark Magenta

📋 copy color: '#8B0A80'

red 139 ◦ green 10 ◦ blue 128

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

Shades of Dark Magenta #8B0A80

Tints of Dark Magenta #8B0A80

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.61%

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 50.18%
G = 3.61%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8B0A80 (or 0x8B0A80) is known color: Dark Magenta. HEX triplet: 8B, 0A and 80. RGB value is (139,10,128). Sum of RGB (Red+Green+Blue) = 139+10+128=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0A80 is #74F57F. Grayscale: #3D3D3D. Windows color (decimal): -7665024 or 8391307. OLE color: 8391307.

HSL color Cylindrical-coordinate representation of color #8B0A80: hue angle of 305.12º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A80 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 10 128 -
CMYK 0 0.93 0.08 0.45
HSL 305.12º 0.87% 0.29% -
HSV(B) 305.12º 0.93% 0.55% -
XYZ 14.65 7.26 21.05 -
YUV 62.02 165.24 182.91 -
System Red Green Blue C M Y K H S L
Decimal 139 10 128 0 0.93 0.08 0.45 305.12 0.87 0.29
Hex 8B A 80 0 5D 8 2D 131 57 1D
Octal 213 12 200 0 135 10 55 461 127 35
Binary 10001011 1010 10000000 0 1011101 1000 101101 100110001 1010111 11101

Color Harmonies of #8B0A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0A80

Black with #8B0A80

Text Example


Text Example

White with #8B0A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,10,128); }

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

background-color css

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

 a { background-color: rgb(139,10,128); }

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

border-color css

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

 span { border-color: rgb(139,10,128); }

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