Html Css Color HEX #9B0583 Dark Magenta

📋 copy color: '#9B0583'

red 155 ◦ green 5 ◦ blue 131

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

Shades of Dark Magenta #9B0583

Tints of Dark Magenta #9B0583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 53.26%
G = 1.72%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B0583 (or 0x9B0583) is known color: Dark Magenta. HEX triplet: 9B, 05 and 83. RGB value is (155,5,131). Sum of RGB (Red+Green+Blue) = 155+5+131=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0583 is #64FA7C. Grayscale: #3F3F3F. Windows color (decimal): -6617725 or 8586651. OLE color: 8586651.

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

Color convert

RGB 155 5 131 -
CMYK 0 0.97 0.15 0.39
HSL 309.6º 0.94% 0.31% -
HSV(B) 309.6º 0.97% 0.61% -
XYZ 17.67 8.72 22.22 -
YUV 64.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 155 5 131 0 0.97 0.15 0.39 309.6 0.94 0.31
Hex 9B 5 83 0 61 F 27 136 5E 1F
Octal 233 5 203 0 141 17 47 466 136 37
Binary 10011011 101 10000011 0 1100001 1111 100111 100110110 1011110 11111

Color Harmonies of #9B0583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0583

Black with #9B0583

Text Example


Text Example

White with #9B0583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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