Html Css Color HEX #8B0582 Dark Magenta

📋 copy color: '#8B0582'

red 139 ◦ green 5 ◦ blue 130

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

Shades of Dark Magenta #8B0582

Tints of Dark Magenta #8B0582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 130 (51.17% from 255) = 47.45%

R = 50.73%
G = 1.82%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B0582 (or 0x8B0582) is known color: Dark Magenta. HEX triplet: 8B, 05 and 82. RGB value is (139,5,130). Sum of RGB (Red+Green+Blue) = 139+5+130=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0582 is #74FA7D. Grayscale: #3A3A3A. Windows color (decimal): -7666302 or 8521099. OLE color: 8521099.

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

Color convert

RGB 139 5 130 -
CMYK 0 0.96 0.06 0.45
HSL 304.03º 0.93% 0.28% -
HSV(B) 304.03º 0.96% 0.55% -
XYZ 14.73 7.21 21.73 -
YUV 59.32 167.89 184.84 -
System Red Green Blue C M Y K H S L
Decimal 139 5 130 0 0.96 0.06 0.45 304.03 0.93 0.28
Hex 8B 5 82 0 60 6 2D 130 5D 1C
Octal 213 5 202 0 140 6 55 460 135 34
Binary 10001011 101 10000010 0 1100000 110 101101 100110000 1011101 11100

Color Harmonies of #8B0582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0582

Black with #8B0582

Text Example


Text Example

White with #8B0582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,5,130); }

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

background-color css

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

 a { background-color: rgb(139,5,130); }

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

border-color css

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

 span { border-color: rgb(139,5,130); }

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