Shades of Dark Magenta #9B05A5
Tints of Dark Magenta #9B05A5
RGB
CMYK
RGB Variations
Color information
#9B05A5 (or 0x9B05A5) is known color: Dark Magenta. HEX triplet: 9B, 05 and A5. RGB value is (155,5,165). Sum of RGB (Red+Green+Blue) = 155+5+165=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #9B05A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B05A5 is #64FA5A. Grayscale: #434343. Windows color (decimal): -6617691 or 10814875. OLE color: 10814875.
HSL color Cylindrical-coordinate representation of color #9B05A5: hue angle of 296.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B05A5 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 5 | 165 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.35 |
| HSL | 296.25º | 0.94% | 0.33% | - |
| HSV(B) | 296.25º | 0.97% | 0.65% | - |
| XYZ | 20.36 | 9.79 | 36.41 | - |
| YUV | 68.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 165 | 0.06 | 0.97 | 0 | 0.35 | 296.25 | 0.94 | 0.33 |
| Hex | 9B | 5 | A5 | 6 | 61 | 0 | 23 | 128 | 5E | 21 |
| Octal | 233 | 5 | 245 | 6 | 141 | 0 | 43 | 450 | 136 | 41 |
| Binary | 10011011 | 101 | 10100101 | 110 | 1100001 | 0 | 100011 | 100101000 | 1011110 | 100001 |
Color Harmonies of #9B05A5
Complementary color
Monochromatic Colors of #9B05A5
Black with #9B05A5
Text Example
Text Example
White with #9B05A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B05A5; }
p { color: rgb(155,5,165); }
H1.HeaderClassName
{
color: #9B05A5;
}
.AnyTagClassName
{
color: #9B05A5;
}
</style>
background-color css
<style>
a { background-color: #9B05A5; }
a { background-color: rgb(155,5,165); }
div.DivClassName
{
background-color: #9B05A5;
}
.BgClassName
{
background-color: #9B05A5;
}
</style>
border-color css
<style>
span { border-color: #9B05A5; }
span { border-color: rgb(155,5,165); }
td.TdClassName
{
border-color: #9B05A5;
}
.TagClassName
{
border-color: #9B05A5;
}
</style>