Shades of Blue Violet #9412FE
Tints of Blue Violet #9412FE
RGB
CMYK
RGB Variations
Color information
#9412FE (or 0x9412FE) is known color: Blue Violet. HEX triplet: 94, 12 and FE. RGB value is (148,18,254). Sum of RGB (Red+Green+Blue) = 148+18+254=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #9412FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9412FE is #6BED01. Grayscale: #525252. Windows color (decimal): -7073026 or 16650900. OLE color: 16650900.
HSL color Cylindrical-coordinate representation of color #9412FE: hue angle of 273.05º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9412FE is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 18 | 254 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.00 |
| HSL | 273.05º | 0.99% | 0.53% | - |
| HSV(B) | 273.05º | 0.93% | 1% | - |
| XYZ | 30.32 | 13.88 | 94.85 | - |
| YUV | 83.77 | 224.07 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 254 | 0.42 | 0.93 | 0 | 0.00 | 273.05 | 0.99 | 0.53 |
| Hex | 94 | 12 | FE | 2A | 5D | 0 | 0 | 111 | 63 | 35 |
| Octal | 224 | 22 | 376 | 52 | 135 | 0 | 0 | 421 | 143 | 65 |
| Binary | 10010100 | 10010 | 11111110 | 101010 | 1011101 | 0 | 0 | 100010001 | 1100011 | 110101 |
Color Harmonies of #9412FE
Complementary color
Monochromatic Colors of #9412FE
Black with #9412FE
Text Example
Text Example
White with #9412FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412FE; }
p { color: rgb(148,18,254); }
H1.HeaderClassName
{
color: #9412FE;
}
.AnyTagClassName
{
color: #9412FE;
}
</style>
background-color css
<style>
a { background-color: #9412FE; }
a { background-color: rgb(148,18,254); }
div.DivClassName
{
background-color: #9412FE;
}
.BgClassName
{
background-color: #9412FE;
}
</style>
border-color css
<style>
span { border-color: #9412FE; }
span { border-color: rgb(148,18,254); }
td.TdClassName
{
border-color: #9412FE;
}
.TagClassName
{
border-color: #9412FE;
}
</style>