Shades of Dark Violet #9012BC
Tints of Dark Violet #9012BC
RGB
CMYK
RGB Variations
Color information
#9012BC (or 0x9012BC) is known color: Dark Violet. HEX triplet: 90, 12 and BC. RGB value is (144,18,188). Sum of RGB (Red+Green+Blue) = 144+18+188=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #9012BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012BC is #6FED43. Grayscale: #4A4A4A. Windows color (decimal): -7335236 or 12325520. OLE color: 12325520.
HSL color Cylindrical-coordinate representation of color #9012BC: hue angle of 284.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9012BC is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 18 | 188 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.26 |
| HSL | 284.47º | 0.83% | 0.4% | - |
| HSV(B) | 284.47º | 0.9% | 0.74% | - |
| XYZ | 20.8 | 9.99 | 48.41 | - |
| YUV | 75.05 | 191.74 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 188 | 0.23 | 0.90 | 0 | 0.26 | 284.47 | 0.83 | 0.4 |
| Hex | 90 | 12 | BC | 17 | 5A | 0 | 1A | 11C | 53 | 28 |
| Octal | 220 | 22 | 274 | 27 | 132 | 0 | 32 | 434 | 123 | 50 |
| Binary | 10010000 | 10010 | 10111100 | 10111 | 1011010 | 0 | 11010 | 100011100 | 1010011 | 101000 |
Color Harmonies of #9012BC
Complementary color
Monochromatic Colors of #9012BC
Black with #9012BC
Text Example
Text Example
White with #9012BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9012BC; }
p { color: rgb(144,18,188); }
H1.HeaderClassName
{
color: #9012BC;
}
.AnyTagClassName
{
color: #9012BC;
}
</style>
background-color css
<style>
a { background-color: #9012BC; }
a { background-color: rgb(144,18,188); }
div.DivClassName
{
background-color: #9012BC;
}
.BgClassName
{
background-color: #9012BC;
}
</style>
border-color css
<style>
span { border-color: #9012BC; }
span { border-color: rgb(144,18,188); }
td.TdClassName
{
border-color: #9012BC;
}
.TagClassName
{
border-color: #9012BC;
}
</style>