Shades of Dark Violet #9903D0
Tints of Dark Violet #9903D0
RGB
CMYK
RGB Variations
Color information
#9903D0 (or 0x9903D0) is known color: Dark Violet. HEX triplet: 99, 03 and D0. RGB value is (153,3,208). Sum of RGB (Red+Green+Blue) = 153+3+208=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 208 (81.64% from 255 or 57.14% from 364); Max value from RGB is 208 - color contains mainly: blue. Hex color #9903D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9903D0 is #66FC2F. Grayscale: #464646. Windows color (decimal): -6749232 or 13632409. OLE color: 13632409.
HSL color Cylindrical-coordinate representation of color #9903D0: hue angle of 283.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9903D0 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 3 | 208 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.18 |
| HSL | 283.9º | 0.97% | 0.41% | - |
| HSV(B) | 283.9º | 0.99% | 0.82% | - |
| XYZ | 24.55 | 11.39 | 60.58 | - |
| YUV | 71.22 | 205.2 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 208 | 0.26 | 0.99 | 0 | 0.18 | 283.9 | 0.97 | 0.41 |
| Hex | 99 | 3 | D0 | 1A | 63 | 0 | 12 | 11C | 61 | 29 |
| Octal | 231 | 3 | 320 | 32 | 143 | 0 | 22 | 434 | 141 | 51 |
| Binary | 10011001 | 11 | 11010000 | 11010 | 1100011 | 0 | 10010 | 100011100 | 1100001 | 101001 |
Color Harmonies of #9903D0
Complementary color
Monochromatic Colors of #9903D0
Black with #9903D0
Text Example
Text Example
White with #9903D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9903D0; }
p { color: rgb(153,3,208); }
H1.HeaderClassName
{
color: #9903D0;
}
.AnyTagClassName
{
color: #9903D0;
}
</style>
background-color css
<style>
a { background-color: #9903D0; }
a { background-color: rgb(153,3,208); }
div.DivClassName
{
background-color: #9903D0;
}
.BgClassName
{
background-color: #9903D0;
}
</style>
border-color css
<style>
span { border-color: #9903D0; }
span { border-color: rgb(153,3,208); }
td.TdClassName
{
border-color: #9903D0;
}
.TagClassName
{
border-color: #9903D0;
}
</style>