Shades of Dark Violet #9703B7
Tints of Dark Violet #9703B7
RGB
CMYK
RGB Variations
Color information
#9703B7 (or 0x9703B7) is known color: Dark Violet. HEX triplet: 97, 03 and B7. RGB value is (151,3,183). Sum of RGB (Red+Green+Blue) = 151+3+183=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #9703B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9703B7 is #68FC48. Grayscale: #434343. Windows color (decimal): -6880329 or 11994007. OLE color: 11994007.
HSL color Cylindrical-coordinate representation of color #9703B7: hue angle of 289.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9703B7 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 3 | 183 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.28 |
| HSL | 289.33º | 0.97% | 0.36% | - |
| HSV(B) | 289.33º | 0.98% | 0.72% | - |
| XYZ | 21.34 | 10.06 | 45.62 | - |
| YUV | 67.77 | 193.03 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 183 | 0.17 | 0.98 | 0 | 0.28 | 289.33 | 0.97 | 0.36 |
| Hex | 97 | 3 | B7 | 11 | 62 | 0 | 1C | 121 | 61 | 24 |
| Octal | 227 | 3 | 267 | 21 | 142 | 0 | 34 | 441 | 141 | 44 |
| Binary | 10010111 | 11 | 10110111 | 10001 | 1100010 | 0 | 11100 | 100100001 | 1100001 | 100100 |
Color Harmonies of #9703B7
Complementary color
Monochromatic Colors of #9703B7
Black with #9703B7
Text Example
Text Example
White with #9703B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9703B7; }
p { color: rgb(151,3,183); }
H1.HeaderClassName
{
color: #9703B7;
}
.AnyTagClassName
{
color: #9703B7;
}
</style>
background-color css
<style>
a { background-color: #9703B7; }
a { background-color: rgb(151,3,183); }
div.DivClassName
{
background-color: #9703B7;
}
.BgClassName
{
background-color: #9703B7;
}
</style>
border-color css
<style>
span { border-color: #9703B7; }
span { border-color: rgb(151,3,183); }
td.TdClassName
{
border-color: #9703B7;
}
.TagClassName
{
border-color: #9703B7;
}
</style>