Html Css Color HEX #8B0587 Dark Magenta

📋 copy color: '#8B0587'

red 139 ◦ green 5 ◦ blue 135

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

Shades of Dark Magenta #8B0587

Tints of Dark Magenta #8B0587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.39%

R = 49.82%
G = 1.79%
B = 48.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8B0587 (or 0x8B0587) is known color: Dark Magenta. HEX triplet: 8B, 05 and 87. RGB value is (139,5,135). Sum of RGB (Red+Green+Blue) = 139+5+135=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0587 is #74FA78. Grayscale: #3B3B3B. Windows color (decimal): -7666297 or 8848779. OLE color: 8848779.

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

Color convert

RGB 139 5 135 -
CMYK 0 0.96 0.03 0.45
HSL 301.79º 0.93% 0.28% -
HSV(B) 301.79º 0.96% 0.55% -
XYZ 15.07 7.35 23.55 -
YUV 59.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 139 5 135 0 0.96 0.03 0.45 301.79 0.93 0.28
Hex 8B 5 87 0 60 3 2D 12E 5D 1C
Octal 213 5 207 0 140 3 55 456 135 34
Binary 10001011 101 10000111 0 1100000 11 101101 100101110 1011101 11100

Color Harmonies of #8B0587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0587

Black with #8B0587

Text Example


Text Example

White with #8B0587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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