Shades of Dark Violet #900ACE
Tints of Dark Violet #900ACE
RGB
CMYK
RGB Variations
Color information
#900ACE (or 0x900ACE) is known color: Dark Violet. HEX triplet: 90, 0A and CE. RGB value is (144,10,206). Sum of RGB (Red+Green+Blue) = 144+10+206=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #900ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ACE is #6FF531. Grayscale: #474747. Windows color (decimal): -7337266 or 13503120. OLE color: 13503120.
HSL color Cylindrical-coordinate representation of color #900ACE: hue angle of 281.02º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900ACE is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 10 | 206 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.19 |
| HSL | 281.02º | 0.91% | 0.42% | - |
| HSV(B) | 281.02º | 0.95% | 0.81% | - |
| XYZ | 22.75 | 10.6 | 59.24 | - |
| YUV | 72.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 206 | 0.30 | 0.95 | 0 | 0.19 | 281.02 | 0.91 | 0.42 |
| Hex | 90 | A | CE | 1E | 5F | 0 | 13 | 119 | 5B | 2A |
| Octal | 220 | 12 | 316 | 36 | 137 | 0 | 23 | 431 | 133 | 52 |
| Binary | 10010000 | 1010 | 11001110 | 11110 | 1011111 | 0 | 10011 | 100011001 | 1011011 | 101010 |
Color Harmonies of #900ACE
Complementary color
Monochromatic Colors of #900ACE
Black with #900ACE
Text Example
Text Example
White with #900ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900ACE; }
p { color: rgb(144,10,206); }
H1.HeaderClassName
{
color: #900ACE;
}
.AnyTagClassName
{
color: #900ACE;
}
</style>
background-color css
<style>
a { background-color: #900ACE; }
a { background-color: rgb(144,10,206); }
div.DivClassName
{
background-color: #900ACE;
}
.BgClassName
{
background-color: #900ACE;
}
</style>
border-color css
<style>
span { border-color: #900ACE; }
span { border-color: rgb(144,10,206); }
td.TdClassName
{
border-color: #900ACE;
}
.TagClassName
{
border-color: #900ACE;
}
</style>