Shades of Dark Violet #9603B9
Tints of Dark Violet #9603B9
RGB
CMYK
RGB Variations
Color information
#9603B9 (or 0x9603B9) is known color: Dark Violet. HEX triplet: 96, 03 and B9. RGB value is (150,3,185). Sum of RGB (Red+Green+Blue) = 150+3+185=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #9603B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603B9 is #69FC46. Grayscale: #434343. Windows color (decimal): -6945863 or 12125078. OLE color: 12125078.
HSL color Cylindrical-coordinate representation of color #9603B9: hue angle of 288.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9603B9 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 3 | 185 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.27 |
| HSL | 288.46º | 0.97% | 0.37% | - |
| HSV(B) | 288.46º | 0.98% | 0.73% | - |
| XYZ | 21.37 | 10.05 | 46.71 | - |
| YUV | 67.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 185 | 0.19 | 0.98 | 0 | 0.27 | 288.46 | 0.97 | 0.37 |
| Hex | 96 | 3 | B9 | 13 | 62 | 0 | 1B | 120 | 61 | 25 |
| Octal | 226 | 3 | 271 | 23 | 142 | 0 | 33 | 440 | 141 | 45 |
| Binary | 10010110 | 11 | 10111001 | 10011 | 1100010 | 0 | 11011 | 100100000 | 1100001 | 100101 |
Color Harmonies of #9603B9
Complementary color
Monochromatic Colors of #9603B9
Black with #9603B9
Text Example
Text Example
White with #9603B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603B9; }
p { color: rgb(150,3,185); }
H1.HeaderClassName
{
color: #9603B9;
}
.AnyTagClassName
{
color: #9603B9;
}
</style>
background-color css
<style>
a { background-color: #9603B9; }
a { background-color: rgb(150,3,185); }
div.DivClassName
{
background-color: #9603B9;
}
.BgClassName
{
background-color: #9603B9;
}
</style>
border-color css
<style>
span { border-color: #9603B9; }
span { border-color: rgb(150,3,185); }
td.TdClassName
{
border-color: #9603B9;
}
.TagClassName
{
border-color: #9603B9;
}
</style>