Shades of Dark Violet #900DDA
Tints of Dark Violet #900DDA
RGB
CMYK
RGB Variations
Color information
#900DDA (or 0x900DDA) is known color: Dark Violet. HEX triplet: 90, 0D and DA. RGB value is (144,13,218). Sum of RGB (Red+Green+Blue) = 144+13+218=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #900DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900DDA is #6FF225. Grayscale: #4A4A4A. Windows color (decimal): -7336486 or 14290320. OLE color: 14290320.
HSL color Cylindrical-coordinate representation of color #900DDA: hue angle of 278.34º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900DDA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 13 | 218 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.15 |
| HSL | 278.34º | 0.89% | 0.45% | - |
| HSV(B) | 278.34º | 0.94% | 0.85% | - |
| XYZ | 24.3 | 11.28 | 67.23 | - |
| YUV | 75.54 | 208.4 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 218 | 0.34 | 0.94 | 0 | 0.15 | 278.34 | 0.89 | 0.45 |
| Hex | 90 | D | DA | 22 | 5E | 0 | F | 116 | 59 | 2D |
| Octal | 220 | 15 | 332 | 42 | 136 | 0 | 17 | 426 | 131 | 55 |
| Binary | 10010000 | 1101 | 11011010 | 100010 | 1011110 | 0 | 1111 | 100010110 | 1011001 | 101101 |
Color Harmonies of #900DDA
Complementary color
Monochromatic Colors of #900DDA
Black with #900DDA
Text Example
Text Example
White with #900DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DDA; }
p { color: rgb(144,13,218); }
H1.HeaderClassName
{
color: #900DDA;
}
.AnyTagClassName
{
color: #900DDA;
}
</style>
background-color css
<style>
a { background-color: #900DDA; }
a { background-color: rgb(144,13,218); }
div.DivClassName
{
background-color: #900DDA;
}
.BgClassName
{
background-color: #900DDA;
}
</style>
border-color css
<style>
span { border-color: #900DDA; }
span { border-color: rgb(144,13,218); }
td.TdClassName
{
border-color: #900DDA;
}
.TagClassName
{
border-color: #900DDA;
}
</style>