Shades of Dark Violet #9412BC
Tints of Dark Violet #9412BC
RGB
CMYK
RGB Variations
Color information
#9412BC (or 0x9412BC) is known color: Dark Violet. HEX triplet: 94, 12 and BC. RGB value is (148,18,188). Sum of RGB (Red+Green+Blue) = 148+18+188=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #9412BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412BC is #6BED43. Grayscale: #4B4B4B. Windows color (decimal): -7073092 or 12325524. OLE color: 12325524.
HSL color Cylindrical-coordinate representation of color #9412BC: hue angle of 285.88º 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 #9412BC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 18 | 188 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.26 |
| HSL | 285.88º | 0.83% | 0.4% | - |
| HSV(B) | 285.88º | 0.9% | 0.74% | - |
| XYZ | 21.51 | 10.36 | 48.44 | - |
| YUV | 76.25 | 191.07 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 188 | 0.21 | 0.90 | 0 | 0.26 | 285.88 | 0.83 | 0.4 |
| Hex | 94 | 12 | BC | 15 | 5A | 0 | 1A | 11E | 53 | 28 |
| Octal | 224 | 22 | 274 | 25 | 132 | 0 | 32 | 436 | 123 | 50 |
| Binary | 10010100 | 10010 | 10111100 | 10101 | 1011010 | 0 | 11010 | 100011110 | 1010011 | 101000 |
Color Harmonies of #9412BC
Complementary color
Monochromatic Colors of #9412BC
Black with #9412BC
Text Example
Text Example
White with #9412BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412BC; }
p { color: rgb(148,18,188); }
H1.HeaderClassName
{
color: #9412BC;
}
.AnyTagClassName
{
color: #9412BC;
}
</style>
background-color css
<style>
a { background-color: #9412BC; }
a { background-color: rgb(148,18,188); }
div.DivClassName
{
background-color: #9412BC;
}
.BgClassName
{
background-color: #9412BC;
}
</style>
border-color css
<style>
span { border-color: #9412BC; }
span { border-color: rgb(148,18,188); }
td.TdClassName
{
border-color: #9412BC;
}
.TagClassName
{
border-color: #9412BC;
}
</style>