Html Css Color HEX #9B0585 Dark Magenta

📋 copy color: '#9B0585'

red 155 ◦ green 5 ◦ blue 133

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

Shades of Dark Magenta #9B0585

Tints of Dark Magenta #9B0585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 52.9%
G = 1.71%
B = 45.39%

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

#9B0585 (or 0x9B0585) is known color: Dark Magenta. HEX triplet: 9B, 05 and 85. RGB value is (155,5,133). Sum of RGB (Red+Green+Blue) = 155+5+133=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0585 is #64FA7A. Grayscale: #404040. Windows color (decimal): -6617723 or 8717723. OLE color: 8717723.

HSL color Cylindrical-coordinate representation of color #9B0585: hue angle of 308.8º 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 #9B0585 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 133 -
CMYK 0 0.97 0.14 0.39
HSL 308.8º 0.94% 0.31% -
HSV(B) 308.8º 0.97% 0.61% -
XYZ 17.81 8.77 22.94 -
YUV 64.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 155 5 133 0 0.97 0.14 0.39 308.8 0.94 0.31
Hex 9B 5 85 0 61 E 27 135 5E 1F
Octal 233 5 205 0 141 16 47 465 136 37
Binary 10011011 101 10000101 0 1100001 1110 100111 100110101 1011110 11111

Color Harmonies of #9B0585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0585

Black with #9B0585

Text Example


Text Example

White with #9B0585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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