Shades of Dark Violet #9703CD
Tints of Dark Violet #9703CD
RGB
CMYK
RGB Variations
Color information
#9703CD (or 0x9703CD) is known color: Dark Violet. HEX triplet: 97, 03 and CD. RGB value is (151,3,205). Sum of RGB (Red+Green+Blue) = 151+3+205=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #9703CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9703CD is #68FC32. Grayscale: #454545. Windows color (decimal): -6880307 or 13435799. OLE color: 13435799.
HSL color Cylindrical-coordinate representation of color #9703CD: hue angle of 283.96º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9703CD is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 3 | 205 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.20 |
| HSL | 283.96º | 0.97% | 0.41% | - |
| HSV(B) | 283.96º | 0.99% | 0.8% | - |
| XYZ | 23.81 | 11.05 | 58.64 | - |
| YUV | 70.28 | 204.03 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 205 | 0.26 | 0.99 | 0 | 0.20 | 283.96 | 0.97 | 0.41 |
| Hex | 97 | 3 | CD | 1A | 63 | 0 | 14 | 11C | 61 | 29 |
| Octal | 227 | 3 | 315 | 32 | 143 | 0 | 24 | 434 | 141 | 51 |
| Binary | 10010111 | 11 | 11001101 | 11010 | 1100011 | 0 | 10100 | 100011100 | 1100001 | 101001 |
Color Harmonies of #9703CD
Complementary color
Monochromatic Colors of #9703CD
Black with #9703CD
Text Example
Text Example
White with #9703CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9703CD; }
p { color: rgb(151,3,205); }
H1.HeaderClassName
{
color: #9703CD;
}
.AnyTagClassName
{
color: #9703CD;
}
</style>
background-color css
<style>
a { background-color: #9703CD; }
a { background-color: rgb(151,3,205); }
div.DivClassName
{
background-color: #9703CD;
}
.BgClassName
{
background-color: #9703CD;
}
</style>
border-color css
<style>
span { border-color: #9703CD; }
span { border-color: rgb(151,3,205); }
td.TdClassName
{
border-color: #9703CD;
}
.TagClassName
{
border-color: #9703CD;
}
</style>