Shades of Dark Violet #9012BD
Tints of Dark Violet #9012BD
RGB
CMYK
RGB Variations
Color information
#9012BD (or 0x9012BD) is known color: Dark Violet. HEX triplet: 90, 12 and BD. RGB value is (144,18,189). Sum of RGB (Red+Green+Blue) = 144+18+189=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #9012BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012BD is #6FED42. Grayscale: #4A4A4A. Windows color (decimal): -7335235 or 12391056. OLE color: 12391056.
HSL color Cylindrical-coordinate representation of color #9012BD: hue angle of 284.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9012BD is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 18 | 189 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.26 |
| HSL | 284.21º | 0.83% | 0.41% | - |
| HSV(B) | 284.21º | 0.9% | 0.74% | - |
| XYZ | 20.9 | 10.04 | 48.98 | - |
| YUV | 75.17 | 192.24 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 189 | 0.24 | 0.90 | 0 | 0.26 | 284.21 | 0.83 | 0.41 |
| Hex | 90 | 12 | BD | 18 | 5A | 0 | 1A | 11C | 53 | 29 |
| Octal | 220 | 22 | 275 | 30 | 132 | 0 | 32 | 434 | 123 | 51 |
| Binary | 10010000 | 10010 | 10111101 | 11000 | 1011010 | 0 | 11010 | 100011100 | 1010011 | 101001 |
Color Harmonies of #9012BD
Complementary color
Monochromatic Colors of #9012BD
Black with #9012BD
Text Example
Text Example
White with #9012BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9012BD; }
p { color: rgb(144,18,189); }
H1.HeaderClassName
{
color: #9012BD;
}
.AnyTagClassName
{
color: #9012BD;
}
</style>
background-color css
<style>
a { background-color: #9012BD; }
a { background-color: rgb(144,18,189); }
div.DivClassName
{
background-color: #9012BD;
}
.BgClassName
{
background-color: #9012BD;
}
</style>
border-color css
<style>
span { border-color: #9012BD; }
span { border-color: rgb(144,18,189); }
td.TdClassName
{
border-color: #9012BD;
}
.TagClassName
{
border-color: #9012BD;
}
</style>