Shades of Dark Violet #900AE0
Tints of Dark Violet #900AE0
RGB
CMYK
RGB Variations
Color information
#900AE0 (or 0x900AE0) is known color: Dark Violet. HEX triplet: 90, 0A and E0. RGB value is (144,10,224). Sum of RGB (Red+Green+Blue) = 144+10+224=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #900AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900AE0 is #6FF51F. Grayscale: #494949. Windows color (decimal): -7337248 or 14682768. OLE color: 14682768.
HSL color Cylindrical-coordinate representation of color #900AE0: hue angle of 277.57º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900AE0 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 10 | 224 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.12 |
| HSL | 277.57º | 0.91% | 0.46% | - |
| HSV(B) | 277.57º | 0.96% | 0.88% | - |
| XYZ | 25.06 | 11.53 | 71.43 | - |
| YUV | 74.46 | 212.39 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 224 | 0.36 | 0.96 | 0 | 0.12 | 277.57 | 0.91 | 0.46 |
| Hex | 90 | A | E0 | 24 | 60 | 0 | C | 116 | 5B | 2E |
| Octal | 220 | 12 | 340 | 44 | 140 | 0 | 14 | 426 | 133 | 56 |
| Binary | 10010000 | 1010 | 11100000 | 100100 | 1100000 | 0 | 1100 | 100010110 | 1011011 | 101110 |
Color Harmonies of #900AE0
Complementary color
Monochromatic Colors of #900AE0
Black with #900AE0
Text Example
Text Example
White with #900AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900AE0; }
p { color: rgb(144,10,224); }
H1.HeaderClassName
{
color: #900AE0;
}
.AnyTagClassName
{
color: #900AE0;
}
</style>
background-color css
<style>
a { background-color: #900AE0; }
a { background-color: rgb(144,10,224); }
div.DivClassName
{
background-color: #900AE0;
}
.BgClassName
{
background-color: #900AE0;
}
</style>
border-color css
<style>
span { border-color: #900AE0; }
span { border-color: rgb(144,10,224); }
td.TdClassName
{
border-color: #900AE0;
}
.TagClassName
{
border-color: #900AE0;
}
</style>