Html Css Color HEX #8B0584 Dark Magenta

📋 copy color: '#8B0584'

red 139 ◦ green 5 ◦ blue 132

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

Shades of Dark Magenta #8B0584

Tints of Dark Magenta #8B0584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.83%

R = 50.36%
G = 1.81%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#8B0584 (or 0x8B0584) is known color: Dark Magenta. HEX triplet: 8B, 05 and 84. RGB value is (139,5,132). Sum of RGB (Red+Green+Blue) = 139+5+132=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0584 is #74FA7B. Grayscale: #3B3B3B. Windows color (decimal): -7666300 or 8652171. OLE color: 8652171.

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

Color convert

RGB 139 5 132 -
CMYK 0 0.96 0.05 0.45
HSL 303.13º 0.93% 0.28% -
HSV(B) 303.13º 0.96% 0.55% -
XYZ 14.87 7.26 22.45 -
YUV 59.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 139 5 132 0 0.96 0.05 0.45 303.13 0.93 0.28
Hex 8B 5 84 0 60 5 2D 12F 5D 1C
Octal 213 5 204 0 140 5 55 457 135 34
Binary 10001011 101 10000100 0 1100000 101 101101 100101111 1011101 11100

Color Harmonies of #8B0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0584

Black with #8B0584

Text Example


Text Example

White with #8B0584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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