Shades of Dark Violet #9903CF
Tints of Dark Violet #9903CF
RGB
CMYK
RGB Variations
Color information
#9903CF (or 0x9903CF) is known color: Dark Violet. HEX triplet: 99, 03 and CF. RGB value is (153,3,207). Sum of RGB (Red+Green+Blue) = 153+3+207=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #9903CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9903CF is #66FC30. Grayscale: #464646. Windows color (decimal): -6749233 or 13566873. OLE color: 13566873.
HSL color Cylindrical-coordinate representation of color #9903CF: hue angle of 284.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9903CF is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 3 | 207 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.19 |
| HSL | 284.12º | 0.97% | 0.41% | - |
| HSV(B) | 284.12º | 0.99% | 0.81% | - |
| XYZ | 24.43 | 11.34 | 59.93 | - |
| YUV | 71.11 | 204.7 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 207 | 0.26 | 0.99 | 0 | 0.19 | 284.12 | 0.97 | 0.41 |
| Hex | 99 | 3 | CF | 1A | 63 | 0 | 13 | 11C | 61 | 29 |
| Octal | 231 | 3 | 317 | 32 | 143 | 0 | 23 | 434 | 141 | 51 |
| Binary | 10011001 | 11 | 11001111 | 11010 | 1100011 | 0 | 10011 | 100011100 | 1100001 | 101001 |
Color Harmonies of #9903CF
Complementary color
Monochromatic Colors of #9903CF
Black with #9903CF
Text Example
Text Example
White with #9903CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9903CF; }
p { color: rgb(153,3,207); }
H1.HeaderClassName
{
color: #9903CF;
}
.AnyTagClassName
{
color: #9903CF;
}
</style>
background-color css
<style>
a { background-color: #9903CF; }
a { background-color: rgb(153,3,207); }
div.DivClassName
{
background-color: #9903CF;
}
.BgClassName
{
background-color: #9903CF;
}
</style>
border-color css
<style>
span { border-color: #9903CF; }
span { border-color: rgb(153,3,207); }
td.TdClassName
{
border-color: #9903CF;
}
.TagClassName
{
border-color: #9903CF;
}
</style>