Shades of Dark Violet #9703DF
Tints of Dark Violet #9703DF
RGB
CMYK
RGB Variations
Color information
#9703DF (or 0x9703DF) is known color: Dark Violet. HEX triplet: 97, 03 and DF. RGB value is (151,3,223). Sum of RGB (Red+Green+Blue) = 151+3+223=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #9703DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9703DF is #68FC20. Grayscale: #474747. Windows color (decimal): -6880289 or 14615447. OLE color: 14615447.
HSL color Cylindrical-coordinate representation of color #9703DF: hue angle of 280.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9703DF is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 3 | 223 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.13 |
| HSL | 280.36º | 0.97% | 0.44% | - |
| HSV(B) | 280.36º | 0.99% | 0.87% | - |
| XYZ | 26.11 | 11.97 | 70.75 | - |
| YUV | 72.33 | 213.03 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 223 | 0.32 | 0.99 | 0 | 0.13 | 280.36 | 0.97 | 0.44 |
| Hex | 97 | 3 | DF | 20 | 63 | 0 | D | 118 | 61 | 2C |
| Octal | 227 | 3 | 337 | 40 | 143 | 0 | 15 | 430 | 141 | 54 |
| Binary | 10010111 | 11 | 11011111 | 100000 | 1100011 | 0 | 1101 | 100011000 | 1100001 | 101100 |
Color Harmonies of #9703DF
Complementary color
Monochromatic Colors of #9703DF
Black with #9703DF
Text Example
Text Example
White with #9703DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9703DF; }
p { color: rgb(151,3,223); }
H1.HeaderClassName
{
color: #9703DF;
}
.AnyTagClassName
{
color: #9703DF;
}
</style>
background-color css
<style>
a { background-color: #9703DF; }
a { background-color: rgb(151,3,223); }
div.DivClassName
{
background-color: #9703DF;
}
.BgClassName
{
background-color: #9703DF;
}
</style>
border-color css
<style>
span { border-color: #9703DF; }
span { border-color: rgb(151,3,223); }
td.TdClassName
{
border-color: #9703DF;
}
.TagClassName
{
border-color: #9703DF;
}
</style>