Html Css Color HEX #8B0589 Dark Magenta

📋 copy color: '#8B0589'

red 139 ◦ green 5 ◦ blue 137

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

Shades of Dark Magenta #8B0589

Tints of Dark Magenta #8B0589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 49.47%
G = 1.78%
B = 48.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B0589 (or 0x8B0589) is known color: Dark Magenta. HEX triplet: 8B, 05 and 89. RGB value is (139,5,137). Sum of RGB (Red+Green+Blue) = 139+5+137=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0589 is #74FA76. Grayscale: #3B3B3B. Windows color (decimal): -7666295 or 8979851. OLE color: 8979851.

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

Color convert

RGB 139 5 137 -
CMYK 0 0.96 0.01 0.45
HSL 300.9º 0.93% 0.28% -
HSV(B) 300.9º 0.96% 0.55% -
XYZ 15.22 7.4 24.29 -
YUV 60.11 171.39 184.27 -
System Red Green Blue C M Y K H S L
Decimal 139 5 137 0 0.96 0.01 0.45 300.9 0.93 0.28
Hex 8B 5 89 0 60 1 2D 12D 5D 1C
Octal 213 5 211 0 140 1 55 455 135 34
Binary 10001011 101 10001001 0 1100000 1 101101 100101101 1011101 11100

Color Harmonies of #8B0589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0589

Black with #8B0589

Text Example


Text Example

White with #8B0589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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