Shades of Dark Violet #900BAE
Tints of Dark Violet #900BAE
RGB
CMYK
RGB Variations
Color information
#900BAE (or 0x900BAE) is known color: Dark Violet. HEX triplet: 90, 0B and AE. RGB value is (144,11,174). Sum of RGB (Red+Green+Blue) = 144+11+174=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #900BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900BAE is #6FF451. Grayscale: #444444. Windows color (decimal): -7337042 or 11406224. OLE color: 11406224.
HSL color Cylindrical-coordinate representation of color #900BAE: hue angle of 288.96º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900BAE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 11 | 174 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.32 |
| HSL | 288.96º | 0.88% | 0.36% | - |
| HSV(B) | 288.96º | 0.94% | 0.68% | - |
| XYZ | 19.26 | 9.22 | 40.81 | - |
| YUV | 69.35 | 187.06 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 174 | 0.17 | 0.94 | 0 | 0.32 | 288.96 | 0.88 | 0.36 |
| Hex | 90 | B | AE | 11 | 5E | 0 | 20 | 121 | 58 | 24 |
| Octal | 220 | 13 | 256 | 21 | 136 | 0 | 40 | 441 | 130 | 44 |
| Binary | 10010000 | 1011 | 10101110 | 10001 | 1011110 | 0 | 100000 | 100100001 | 1011000 | 100100 |
Color Harmonies of #900BAE
Complementary color
Monochromatic Colors of #900BAE
Black with #900BAE
Text Example
Text Example
White with #900BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BAE; }
p { color: rgb(144,11,174); }
H1.HeaderClassName
{
color: #900BAE;
}
.AnyTagClassName
{
color: #900BAE;
}
</style>
background-color css
<style>
a { background-color: #900BAE; }
a { background-color: rgb(144,11,174); }
div.DivClassName
{
background-color: #900BAE;
}
.BgClassName
{
background-color: #900BAE;
}
</style>
border-color css
<style>
span { border-color: #900BAE; }
span { border-color: rgb(144,11,174); }
td.TdClassName
{
border-color: #900BAE;
}
.TagClassName
{
border-color: #900BAE;
}
</style>