Shades of Dark Violet #9703C5
Tints of Dark Violet #9703C5
RGB
CMYK
RGB Variations
Color information
#9703C5 (or 0x9703C5) is known color: Dark Violet. HEX triplet: 97, 03 and C5. RGB value is (151,3,197). Sum of RGB (Red+Green+Blue) = 151+3+197=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 197 (77.34% from 255 or 56.13% from 351); Max value from RGB is 197 - color contains mainly: blue. Hex color #9703C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9703C5 is #68FC3A. Grayscale: #444444. Windows color (decimal): -6880315 or 12911511. OLE color: 12911511.
HSL color Cylindrical-coordinate representation of color #9703C5: hue angle of 285.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9703C5 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 3 | 197 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.23 |
| HSL | 285.77º | 0.97% | 0.39% | - |
| HSV(B) | 285.77º | 0.98% | 0.77% | - |
| XYZ | 22.87 | 10.68 | 53.68 | - |
| YUV | 69.37 | 200.03 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 197 | 0.23 | 0.98 | 0 | 0.23 | 285.77 | 0.97 | 0.39 |
| Hex | 97 | 3 | C5 | 17 | 62 | 0 | 17 | 11E | 61 | 27 |
| Octal | 227 | 3 | 305 | 27 | 142 | 0 | 27 | 436 | 141 | 47 |
| Binary | 10010111 | 11 | 11000101 | 10111 | 1100010 | 0 | 10111 | 100011110 | 1100001 | 100111 |
Color Harmonies of #9703C5
Complementary color
Monochromatic Colors of #9703C5
Black with #9703C5
Text Example
Text Example
White with #9703C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9703C5; }
p { color: rgb(151,3,197); }
H1.HeaderClassName
{
color: #9703C5;
}
.AnyTagClassName
{
color: #9703C5;
}
</style>
background-color css
<style>
a { background-color: #9703C5; }
a { background-color: rgb(151,3,197); }
div.DivClassName
{
background-color: #9703C5;
}
.BgClassName
{
background-color: #9703C5;
}
</style>
border-color css
<style>
span { border-color: #9703C5; }
span { border-color: rgb(151,3,197); }
td.TdClassName
{
border-color: #9703C5;
}
.TagClassName
{
border-color: #9703C5;
}
</style>