Shades of Blue Violet #9912FE
Tints of Blue Violet #9912FE
RGB
CMYK
RGB Variations
Color information
#9912FE (or 0x9912FE) is known color: Blue Violet. HEX triplet: 99, 12 and FE. RGB value is (153,18,254). Sum of RGB (Red+Green+Blue) = 153+18+254=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #9912FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9912FE is #66ED01. Grayscale: #545454. Windows color (decimal): -6745346 or 16650905. OLE color: 16650905.
HSL color Cylindrical-coordinate representation of color #9912FE: hue angle of 274.32º 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 #9912FE is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 18 | 254 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.00 |
| HSL | 274.32º | 0.99% | 0.53% | - |
| HSV(B) | 274.32º | 0.93% | 1% | - |
| XYZ | 31.24 | 14.36 | 94.89 | - |
| YUV | 85.27 | 223.23 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 254 | 0.40 | 0.93 | 0 | 0.00 | 274.32 | 0.99 | 0.53 |
| Hex | 99 | 12 | FE | 28 | 5D | 0 | 0 | 112 | 63 | 35 |
| Octal | 231 | 22 | 376 | 50 | 135 | 0 | 0 | 422 | 143 | 65 |
| Binary | 10011001 | 10010 | 11111110 | 101000 | 1011101 | 0 | 0 | 100010010 | 1100011 | 110101 |
Color Harmonies of #9912FE
Complementary color
Monochromatic Colors of #9912FE
Black with #9912FE
Text Example
Text Example
White with #9912FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9912FE; }
p { color: rgb(153,18,254); }
H1.HeaderClassName
{
color: #9912FE;
}
.AnyTagClassName
{
color: #9912FE;
}
</style>
background-color css
<style>
a { background-color: #9912FE; }
a { background-color: rgb(153,18,254); }
div.DivClassName
{
background-color: #9912FE;
}
.BgClassName
{
background-color: #9912FE;
}
</style>
border-color css
<style>
span { border-color: #9912FE; }
span { border-color: rgb(153,18,254); }
td.TdClassName
{
border-color: #9912FE;
}
.TagClassName
{
border-color: #9912FE;
}
</style>