Shades of Dark Violet #900DBF
Tints of Dark Violet #900DBF
RGB
CMYK
RGB Variations
Color information
#900DBF (or 0x900DBF) is known color: Dark Violet. HEX triplet: 90, 0D and BF. RGB value is (144,13,191). Sum of RGB (Red+Green+Blue) = 144+13+191=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #900DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900DBF is #6FF240. Grayscale: #474747. Windows color (decimal): -7336513 or 12520848. OLE color: 12520848.
HSL color Cylindrical-coordinate representation of color #900DBF: hue angle of 284.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900DBF is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 13 | 191 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.25 |
| HSL | 284.16º | 0.87% | 0.4% | - |
| HSV(B) | 284.16º | 0.93% | 0.75% | - |
| XYZ | 21.05 | 9.98 | 50.11 | - |
| YUV | 72.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 191 | 0.25 | 0.93 | 0 | 0.25 | 284.16 | 0.87 | 0.4 |
| Hex | 90 | D | BF | 19 | 5D | 0 | 19 | 11C | 57 | 28 |
| Octal | 220 | 15 | 277 | 31 | 135 | 0 | 31 | 434 | 127 | 50 |
| Binary | 10010000 | 1101 | 10111111 | 11001 | 1011101 | 0 | 11001 | 100011100 | 1010111 | 101000 |
Color Harmonies of #900DBF
Complementary color
Monochromatic Colors of #900DBF
Black with #900DBF
Text Example
Text Example
White with #900DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DBF; }
p { color: rgb(144,13,191); }
H1.HeaderClassName
{
color: #900DBF;
}
.AnyTagClassName
{
color: #900DBF;
}
</style>
background-color css
<style>
a { background-color: #900DBF; }
a { background-color: rgb(144,13,191); }
div.DivClassName
{
background-color: #900DBF;
}
.BgClassName
{
background-color: #900DBF;
}
</style>
border-color css
<style>
span { border-color: #900DBF; }
span { border-color: rgb(144,13,191); }
td.TdClassName
{
border-color: #900DBF;
}
.TagClassName
{
border-color: #900DBF;
}
</style>