Html Css Color HEX #9B0A80 Dark Magenta

📋 copy color: '#9B0A80'

red 155 ◦ green 10 ◦ blue 128

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

Shades of Dark Magenta #9B0A80

Tints of Dark Magenta #9B0A80

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.41%

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 52.9%
G = 3.41%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B0A80 (or 0x9B0A80) is known color: Dark Magenta. HEX triplet: 9B, 0A and 80. RGB value is (155,10,128). Sum of RGB (Red+Green+Blue) = 155+10+128=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0A80 is #64F57F. Grayscale: #424242. Windows color (decimal): -6616448 or 8391323. OLE color: 8391323.

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

Color convert

RGB 155 10 128 -
CMYK 0 0.94 0.17 0.39
HSL 311.17º 0.88% 0.32% -
HSV(B) 311.17º 0.94% 0.61% -
XYZ 17.52 8.74 21.19 -
YUV 66.81 162.54 190.91 -
System Red Green Blue C M Y K H S L
Decimal 155 10 128 0 0.94 0.17 0.39 311.17 0.88 0.32
Hex 9B A 80 0 5E 11 27 137 58 20
Octal 233 12 200 0 136 21 47 467 130 40
Binary 10011011 1010 10000000 0 1011110 10001 100111 100110111 1011000 100000

Color Harmonies of #9B0A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0A80

Black with #9B0A80

Text Example


Text Example

White with #9B0A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,10,128); }

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

background-color css

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

 a { background-color: rgb(155,10,128); }

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

border-color css

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

 span { border-color: rgb(155,10,128); }

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