Shades of Dark Violet #900DDE
Tints of Dark Violet #900DDE
RGB
CMYK
RGB Variations
Color information
#900DDE (or 0x900DDE) is known color: Dark Violet. HEX triplet: 90, 0D and DE. RGB value is (144,13,222). Sum of RGB (Red+Green+Blue) = 144+13+222=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #900DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900DDE is #6FF221. Grayscale: #4B4B4B. Windows color (decimal): -7336482 or 14552464. OLE color: 14552464.
HSL color Cylindrical-coordinate representation of color #900DDE: hue angle of 277.61º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900DDE is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 13 | 222 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.13 |
| HSL | 277.61º | 0.89% | 0.46% | - |
| HSV(B) | 277.61º | 0.94% | 0.87% | - |
| XYZ | 24.83 | 11.49 | 70.02 | - |
| YUV | 76 | 210.4 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 222 | 0.35 | 0.94 | 0 | 0.13 | 277.61 | 0.89 | 0.46 |
| Hex | 90 | D | DE | 23 | 5E | 0 | D | 116 | 59 | 2E |
| Octal | 220 | 15 | 336 | 43 | 136 | 0 | 15 | 426 | 131 | 56 |
| Binary | 10010000 | 1101 | 11011110 | 100011 | 1011110 | 0 | 1101 | 100010110 | 1011001 | 101110 |
Color Harmonies of #900DDE
Complementary color
Monochromatic Colors of #900DDE
Black with #900DDE
Text Example
Text Example
White with #900DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DDE; }
p { color: rgb(144,13,222); }
H1.HeaderClassName
{
color: #900DDE;
}
.AnyTagClassName
{
color: #900DDE;
}
</style>
background-color css
<style>
a { background-color: #900DDE; }
a { background-color: rgb(144,13,222); }
div.DivClassName
{
background-color: #900DDE;
}
.BgClassName
{
background-color: #900DDE;
}
</style>
border-color css
<style>
span { border-color: #900DDE; }
span { border-color: rgb(144,13,222); }
td.TdClassName
{
border-color: #900DDE;
}
.TagClassName
{
border-color: #900DDE;
}
</style>