Shades of Dark Violet #9900DA
Tints of Dark Violet #9900DA
RGB
CMYK
RGB Variations
Color information
#9900DA (or 0x9900DA) is known color: Dark Violet. HEX triplet: 99, 00 and DA. RGB value is (153,0,218). Sum of RGB (Red+Green+Blue) = 153+0+218=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #9900DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9900DA is #66FF25. Grayscale: #454545. Windows color (decimal): -6749990 or 14287001. OLE color: 14287001.
HSL color Cylindrical-coordinate representation of color #9900DA: hue angle of 282.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900DA is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 0 | 218 | - |
| CMYK | 0.30 | 1 | 0 | 0.15 |
| HSL | 282.11º | 1% | 0.43% | - |
| HSV(B) | 282.11º | 1% | 0.85% | - |
| XYZ | 25.79 | 11.83 | 67.25 | - |
| YUV | 70.6 | 211.19 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 218 | 0.30 | 1 | 0 | 0.15 | 282.11 | 1 | 0.43 |
| Hex | 99 | 0 | DA | 1E | 64 | 0 | F | 11A | 64 | 2B |
| Octal | 231 | 0 | 332 | 36 | 144 | 0 | 17 | 432 | 144 | 53 |
| Binary | 10011001 | 0 | 11011010 | 11110 | 1100100 | 0 | 1111 | 100011010 | 1100100 | 101011 |
Color Harmonies of #9900DA
Complementary color
Monochromatic Colors of #9900DA
Black with #9900DA
Text Example
Text Example
White with #9900DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900DA; }
p { color: rgb(153,0,218); }
H1.HeaderClassName
{
color: #9900DA;
}
.AnyTagClassName
{
color: #9900DA;
}
</style>
background-color css
<style>
a { background-color: #9900DA; }
a { background-color: rgb(153,0,218); }
div.DivClassName
{
background-color: #9900DA;
}
.BgClassName
{
background-color: #9900DA;
}
</style>
border-color css
<style>
span { border-color: #9900DA; }
span { border-color: rgb(153,0,218); }
td.TdClassName
{
border-color: #9900DA;
}
.TagClassName
{
border-color: #9900DA;
}
</style>