Html Css Color HEX #9B0582 Dark Magenta

📋 copy color: '#9B0582'

red 155 ◦ green 5 ◦ blue 130

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

Shades of Dark Magenta #9B0582

Tints of Dark Magenta #9B0582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.83%

R = 53.45%
G = 1.72%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B0582 (or 0x9B0582) is known color: Dark Magenta. HEX triplet: 9B, 05 and 82. RGB value is (155,5,130). Sum of RGB (Red+Green+Blue) = 155+5+130=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0582 is #64FA7D. Grayscale: #3F3F3F. Windows color (decimal): -6617726 or 8521115. OLE color: 8521115.

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

Color convert

RGB 155 5 130 -
CMYK 0 0.97 0.16 0.39
HSL 310º 0.94% 0.31% -
HSV(B) 310º 0.97% 0.61% -
XYZ 17.6 8.69 21.87 -
YUV 64.1 165.2 192.84 -
System Red Green Blue C M Y K H S L
Decimal 155 5 130 0 0.97 0.16 0.39 310 0.94 0.31
Hex 9B 5 82 0 61 10 27 136 5E 1F
Octal 233 5 202 0 141 20 47 466 136 37
Binary 10011011 101 10000010 0 1100001 10000 100111 100110110 1011110 11111

Color Harmonies of #9B0582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0582

Black with #9B0582

Text Example


Text Example

White with #9B0582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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