Shades of Dark Violet #9903DE
Tints of Dark Violet #9903DE
RGB
CMYK
RGB Variations
Color information
#9903DE (or 0x9903DE) is known color: Dark Violet. HEX triplet: 99, 03 and DE. RGB value is (153,3,222). Sum of RGB (Red+Green+Blue) = 153+3+222=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #9903DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9903DE is #66FC21. Grayscale: #484848. Windows color (decimal): -6749218 or 14549913. OLE color: 14549913.
HSL color Cylindrical-coordinate representation of color #9903DE: hue angle of 281.1º 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 #9903DE is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 3 | 222 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.13 |
| HSL | 281.1º | 0.97% | 0.44% | - |
| HSV(B) | 281.1º | 0.99% | 0.87% | - |
| XYZ | 26.35 | 12.11 | 70.06 | - |
| YUV | 72.82 | 212.2 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 222 | 0.31 | 0.99 | 0 | 0.13 | 281.1 | 0.97 | 0.44 |
| Hex | 99 | 3 | DE | 1F | 63 | 0 | D | 119 | 61 | 2C |
| Octal | 231 | 3 | 336 | 37 | 143 | 0 | 15 | 431 | 141 | 54 |
| Binary | 10011001 | 11 | 11011110 | 11111 | 1100011 | 0 | 1101 | 100011001 | 1100001 | 101100 |
Color Harmonies of #9903DE
Complementary color
Monochromatic Colors of #9903DE
Black with #9903DE
Text Example
Text Example
White with #9903DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9903DE; }
p { color: rgb(153,3,222); }
H1.HeaderClassName
{
color: #9903DE;
}
.AnyTagClassName
{
color: #9903DE;
}
</style>
background-color css
<style>
a { background-color: #9903DE; }
a { background-color: rgb(153,3,222); }
div.DivClassName
{
background-color: #9903DE;
}
.BgClassName
{
background-color: #9903DE;
}
</style>
border-color css
<style>
span { border-color: #9903DE; }
span { border-color: rgb(153,3,222); }
td.TdClassName
{
border-color: #9903DE;
}
.TagClassName
{
border-color: #9903DE;
}
</style>