Shades of Dark Violet #9412BB
Tints of Dark Violet #9412BB
RGB
CMYK
RGB Variations
Color information
#9412BB (or 0x9412BB) is known color: Dark Violet. HEX triplet: 94, 12 and BB. RGB value is (148,18,187). Sum of RGB (Red+Green+Blue) = 148+18+187=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #9412BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412BB is #6BED44. Grayscale: #4B4B4B. Windows color (decimal): -7073093 or 12259988. OLE color: 12259988.
HSL color Cylindrical-coordinate representation of color #9412BB: hue angle of 286.15º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9412BB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 18 | 187 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.27 |
| HSL | 286.15º | 0.82% | 0.4% | - |
| HSV(B) | 286.15º | 0.9% | 0.73% | - |
| XYZ | 21.4 | 10.32 | 47.88 | - |
| YUV | 76.14 | 190.57 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 187 | 0.21 | 0.90 | 0 | 0.27 | 286.15 | 0.82 | 0.4 |
| Hex | 94 | 12 | BB | 15 | 5A | 0 | 1B | 11E | 52 | 28 |
| Octal | 224 | 22 | 273 | 25 | 132 | 0 | 33 | 436 | 122 | 50 |
| Binary | 10010100 | 10010 | 10111011 | 10101 | 1011010 | 0 | 11011 | 100011110 | 1010010 | 101000 |
Color Harmonies of #9412BB
Complementary color
Monochromatic Colors of #9412BB
Black with #9412BB
Text Example
Text Example
White with #9412BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412BB; }
p { color: rgb(148,18,187); }
H1.HeaderClassName
{
color: #9412BB;
}
.AnyTagClassName
{
color: #9412BB;
}
</style>
background-color css
<style>
a { background-color: #9412BB; }
a { background-color: rgb(148,18,187); }
div.DivClassName
{
background-color: #9412BB;
}
.BgClassName
{
background-color: #9412BB;
}
</style>
border-color css
<style>
span { border-color: #9412BB; }
span { border-color: rgb(148,18,187); }
td.TdClassName
{
border-color: #9412BB;
}
.TagClassName
{
border-color: #9412BB;
}
</style>