Shades of Dark Violet #9500B9
Tints of Dark Violet #9500B9
RGB
CMYK
RGB Variations
Color information
#9500B9 (or 0x9500B9) is known color: Dark Violet. HEX triplet: 95, 00 and B9. RGB value is (149,0,185). Sum of RGB (Red+Green+Blue) = 149+0+185=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #9500B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500B9 is #6AFF46. Grayscale: #414141. Windows color (decimal): -7012167 or 12124309. OLE color: 12124309.
HSL color Cylindrical-coordinate representation of color #9500B9: hue angle of 288.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500B9 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 0 | 185 | - |
| CMYK | 0.19 | 1 | 0 | 0.27 |
| HSL | 288.32º | 1% | 0.36% | - |
| HSV(B) | 288.32º | 1% | 0.73% | - |
| XYZ | 21.15 | 9.89 | 46.69 | - |
| YUV | 65.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 185 | 0.19 | 1 | 0 | 0.27 | 288.32 | 1 | 0.36 |
| Hex | 95 | 0 | B9 | 13 | 64 | 0 | 1B | 120 | 64 | 24 |
| Octal | 225 | 0 | 271 | 23 | 144 | 0 | 33 | 440 | 144 | 44 |
| Binary | 10010101 | 0 | 10111001 | 10011 | 1100100 | 0 | 11011 | 100100000 | 1100100 | 100100 |
Color Harmonies of #9500B9
Complementary color
Monochromatic Colors of #9500B9
Black with #9500B9
Text Example
Text Example
White with #9500B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9500B9; }
p { color: rgb(149,0,185); }
H1.HeaderClassName
{
color: #9500B9;
}
.AnyTagClassName
{
color: #9500B9;
}
</style>
background-color css
<style>
a { background-color: #9500B9; }
a { background-color: rgb(149,0,185); }
div.DivClassName
{
background-color: #9500B9;
}
.BgClassName
{
background-color: #9500B9;
}
</style>
border-color css
<style>
span { border-color: #9500B9; }
span { border-color: rgb(149,0,185); }
td.TdClassName
{
border-color: #9500B9;
}
.TagClassName
{
border-color: #9500B9;
}
</style>