Html Css Color HEX #9B0586 Dark Magenta

📋 copy color: '#9B0586'

red 155 ◦ green 5 ◦ blue 134

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

Shades of Dark Magenta #9B0586

Tints of Dark Magenta #9B0586

RGB

 RED value IS 155 (60.94% from 255) = 52.72%

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

 BLUE value IS 134 (52.73% from 255) = 45.58%

R = 52.72%
G = 1.7%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B0586 (or 0x9B0586) is known color: Dark Magenta. HEX triplet: 9B, 05 and 86. RGB value is (155,5,134). Sum of RGB (Red+Green+Blue) = 155+5+134=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0586 is #64FA79. Grayscale: #404040. Windows color (decimal): -6617722 or 8783259. OLE color: 8783259.

HSL color Cylindrical-coordinate representation of color #9B0586: hue angle of 308.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0586 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 134 -
CMYK 0 0.97 0.14 0.39
HSL 308.4º 0.94% 0.31% -
HSV(B) 308.4º 0.97% 0.61% -
XYZ 17.87 8.8 23.31 -
YUV 64.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 155 5 134 0 0.97 0.14 0.39 308.4 0.94 0.31
Hex 9B 5 86 0 61 E 27 134 5E 1F
Octal 233 5 206 0 141 16 47 464 136 37
Binary 10011011 101 10000110 0 1100001 1110 100111 100110100 1011110 11111

Color Harmonies of #9B0586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0586

Black with #9B0586

Text Example


Text Example

White with #9B0586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B0586; }

 p { color: rgb(155,5,134); }

 H1.HeaderClassName
 {
   color: #9B0586;
 }
 .AnyTagClassName
 {
   color: #9B0586;
 }
</style>

background-color css

<style>
 a { background-color: #9B0586; }

 a { background-color: rgb(155,5,134); }

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

border-color css

<style>
 span { border-color: #9B0586; }

 span { border-color: rgb(155,5,134); }

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