Shades of Dark Violet #9703B5
Tints of Dark Violet #9703B5
RGB
CMYK
RGB Variations
Color information
#9703B5 (or 0x9703B5) is known color: Dark Violet. HEX triplet: 97, 03 and B5. RGB value is (151,3,181). Sum of RGB (Red+Green+Blue) = 151+3+181=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 181 (71.09% from 255 or 54.03% from 335); Max value from RGB is 181 - color contains mainly: blue. Hex color #9703B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9703B5 is #68FC4A. Grayscale: #424242. Windows color (decimal): -6880331 or 11862935. OLE color: 11862935.
HSL color Cylindrical-coordinate representation of color #9703B5: hue angle of 289.89º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9703B5 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 3 | 181 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.29 |
| HSL | 289.89º | 0.97% | 0.36% | - |
| HSV(B) | 289.89º | 0.98% | 0.71% | - |
| XYZ | 21.14 | 9.98 | 44.53 | - |
| YUV | 67.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 181 | 0.17 | 0.98 | 0 | 0.29 | 289.89 | 0.97 | 0.36 |
| Hex | 97 | 3 | B5 | 11 | 62 | 0 | 1D | 122 | 61 | 24 |
| Octal | 227 | 3 | 265 | 21 | 142 | 0 | 35 | 442 | 141 | 44 |
| Binary | 10010111 | 11 | 10110101 | 10001 | 1100010 | 0 | 11101 | 100100010 | 1100001 | 100100 |
Color Harmonies of #9703B5
Complementary color
Monochromatic Colors of #9703B5
Black with #9703B5
Text Example
Text Example
White with #9703B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9703B5; }
p { color: rgb(151,3,181); }
H1.HeaderClassName
{
color: #9703B5;
}
.AnyTagClassName
{
color: #9703B5;
}
</style>
background-color css
<style>
a { background-color: #9703B5; }
a { background-color: rgb(151,3,181); }
div.DivClassName
{
background-color: #9703B5;
}
.BgClassName
{
background-color: #9703B5;
}
</style>
border-color css
<style>
span { border-color: #9703B5; }
span { border-color: rgb(151,3,181); }
td.TdClassName
{
border-color: #9703B5;
}
.TagClassName
{
border-color: #9703B5;
}
</style>