Shades of Dark Violet #900AD3
Tints of Dark Violet #900AD3
RGB
CMYK
RGB Variations
Color information
#900AD3 (or 0x900AD3) is known color: Dark Violet. HEX triplet: 90, 0A and D3. RGB value is (144,10,211). Sum of RGB (Red+Green+Blue) = 144+10+211=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 211 (82.81% from 255 or 57.81% from 365); Max value from RGB is 211 - color contains mainly: blue. Hex color #900AD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900AD3 is #6FF52C. Grayscale: #484848. Windows color (decimal): -7337261 or 13830800. OLE color: 13830800.
HSL color Cylindrical-coordinate representation of color #900AD3: hue angle of 280º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900AD3 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 10 | 211 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.17 |
| HSL | 280º | 0.91% | 0.43% | - |
| HSV(B) | 280º | 0.95% | 0.83% | - |
| XYZ | 23.37 | 10.85 | 62.49 | - |
| YUV | 72.98 | 205.89 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 211 | 0.32 | 0.95 | 0 | 0.17 | 280 | 0.91 | 0.43 |
| Hex | 90 | A | D3 | 20 | 5F | 0 | 11 | 118 | 5B | 2B |
| Octal | 220 | 12 | 323 | 40 | 137 | 0 | 21 | 430 | 133 | 53 |
| Binary | 10010000 | 1010 | 11010011 | 100000 | 1011111 | 0 | 10001 | 100011000 | 1011011 | 101011 |
Color Harmonies of #900AD3
Complementary color
Monochromatic Colors of #900AD3
Black with #900AD3
Text Example
Text Example
White with #900AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900AD3; }
p { color: rgb(144,10,211); }
H1.HeaderClassName
{
color: #900AD3;
}
.AnyTagClassName
{
color: #900AD3;
}
</style>
background-color css
<style>
a { background-color: #900AD3; }
a { background-color: rgb(144,10,211); }
div.DivClassName
{
background-color: #900AD3;
}
.BgClassName
{
background-color: #900AD3;
}
</style>
border-color css
<style>
span { border-color: #900AD3; }
span { border-color: rgb(144,10,211); }
td.TdClassName
{
border-color: #900AD3;
}
.TagClassName
{
border-color: #900AD3;
}
</style>