Shades of Dark Violet #9012BF
Tints of Dark Violet #9012BF
RGB
CMYK
RGB Variations
Color information
#9012BF (or 0x9012BF) is known color: Dark Violet. HEX triplet: 90, 12 and BF. RGB value is (144,18,191). Sum of RGB (Red+Green+Blue) = 144+18+191=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #9012BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012BF is #6FED40. Grayscale: #4A4A4A. Windows color (decimal): -7335233 or 12522128. OLE color: 12522128.
HSL color Cylindrical-coordinate representation of color #9012BF: hue angle of 283.7º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9012BF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 18 | 191 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.25 |
| HSL | 283.7º | 0.83% | 0.41% | - |
| HSV(B) | 283.7º | 0.91% | 0.75% | - |
| XYZ | 21.12 | 10.12 | 50.13 | - |
| YUV | 75.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 191 | 0.25 | 0.91 | 0 | 0.25 | 283.7 | 0.83 | 0.41 |
| Hex | 90 | 12 | BF | 19 | 5B | 0 | 19 | 11C | 53 | 29 |
| Octal | 220 | 22 | 277 | 31 | 133 | 0 | 31 | 434 | 123 | 51 |
| Binary | 10010000 | 10010 | 10111111 | 11001 | 1011011 | 0 | 11001 | 100011100 | 1010011 | 101001 |
Color Harmonies of #9012BF
Complementary color
Monochromatic Colors of #9012BF
Black with #9012BF
Text Example
Text Example
White with #9012BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9012BF; }
p { color: rgb(144,18,191); }
H1.HeaderClassName
{
color: #9012BF;
}
.AnyTagClassName
{
color: #9012BF;
}
</style>
background-color css
<style>
a { background-color: #9012BF; }
a { background-color: rgb(144,18,191); }
div.DivClassName
{
background-color: #9012BF;
}
.BgClassName
{
background-color: #9012BF;
}
</style>
border-color css
<style>
span { border-color: #9012BF; }
span { border-color: rgb(144,18,191); }
td.TdClassName
{
border-color: #9012BF;
}
.TagClassName
{
border-color: #9012BF;
}
</style>