Shades of Blue Violet #9412EC
Tints of Blue Violet #9412EC
RGB
CMYK
RGB Variations
Color information
#9412EC (or 0x9412EC) is known color: Blue Violet. HEX triplet: 94, 12 and EC. RGB value is (148,18,236). Sum of RGB (Red+Green+Blue) = 148+18+236=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #9412EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9412EC is #6BED13. Grayscale: #505050. Windows color (decimal): -7073044 or 15471252. OLE color: 15471252.
HSL color Cylindrical-coordinate representation of color #9412EC: hue angle of 275.78º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9412EC is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 18 | 236 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.07 |
| HSL | 275.78º | 0.86% | 0.5% | - |
| HSV(B) | 275.78º | 0.92% | 0.93% | - |
| XYZ | 27.57 | 12.78 | 80.37 | - |
| YUV | 81.72 | 215.07 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 236 | 0.37 | 0.92 | 0 | 0.07 | 275.78 | 0.86 | 0.5 |
| Hex | 94 | 12 | EC | 25 | 5C | 0 | 7 | 114 | 56 | 32 |
| Octal | 224 | 22 | 354 | 45 | 134 | 0 | 7 | 424 | 126 | 62 |
| Binary | 10010100 | 10010 | 11101100 | 100101 | 1011100 | 0 | 111 | 100010100 | 1010110 | 110010 |
Color Harmonies of #9412EC
Complementary color
Monochromatic Colors of #9412EC
Black with #9412EC
Text Example
Text Example
White with #9412EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412EC; }
p { color: rgb(148,18,236); }
H1.HeaderClassName
{
color: #9412EC;
}
.AnyTagClassName
{
color: #9412EC;
}
</style>
background-color css
<style>
a { background-color: #9412EC; }
a { background-color: rgb(148,18,236); }
div.DivClassName
{
background-color: #9412EC;
}
.BgClassName
{
background-color: #9412EC;
}
</style>
border-color css
<style>
span { border-color: #9412EC; }
span { border-color: rgb(148,18,236); }
td.TdClassName
{
border-color: #9412EC;
}
.TagClassName
{
border-color: #9412EC;
}
</style>