Shades of Dark Violet #900DC2
Tints of Dark Violet #900DC2
RGB
CMYK
RGB Variations
Color information
#900DC2 (or 0x900DC2) is known color: Dark Violet. HEX triplet: 90, 0D and C2. RGB value is (144,13,194). Sum of RGB (Red+Green+Blue) = 144+13+194=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 194 (76.17% from 255 or 55.27% from 351); Max value from RGB is 194 - color contains mainly: blue. Hex color #900DC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900DC2 is #6FF23D. Grayscale: #484848. Windows color (decimal): -7336510 or 12717456. OLE color: 12717456.
HSL color Cylindrical-coordinate representation of color #900DC2: hue angle of 283.43º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900DC2 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 13 | 194 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.24 |
| HSL | 283.43º | 0.87% | 0.41% | - |
| HSV(B) | 283.43º | 0.93% | 0.76% | - |
| XYZ | 21.38 | 10.11 | 51.86 | - |
| YUV | 72.8 | 196.4 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 194 | 0.26 | 0.93 | 0 | 0.24 | 283.43 | 0.87 | 0.41 |
| Hex | 90 | D | C2 | 1A | 5D | 0 | 18 | 11B | 57 | 29 |
| Octal | 220 | 15 | 302 | 32 | 135 | 0 | 30 | 433 | 127 | 51 |
| Binary | 10010000 | 1101 | 11000010 | 11010 | 1011101 | 0 | 11000 | 100011011 | 1010111 | 101001 |
Color Harmonies of #900DC2
Complementary color
Monochromatic Colors of #900DC2
Black with #900DC2
Text Example
Text Example
White with #900DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DC2; }
p { color: rgb(144,13,194); }
H1.HeaderClassName
{
color: #900DC2;
}
.AnyTagClassName
{
color: #900DC2;
}
</style>
background-color css
<style>
a { background-color: #900DC2; }
a { background-color: rgb(144,13,194); }
div.DivClassName
{
background-color: #900DC2;
}
.BgClassName
{
background-color: #900DC2;
}
</style>
border-color css
<style>
span { border-color: #900DC2; }
span { border-color: rgb(144,13,194); }
td.TdClassName
{
border-color: #900DC2;
}
.TagClassName
{
border-color: #900DC2;
}
</style>