Shades of Blue Violet #9512FA
Tints of Blue Violet #9512FA
RGB
CMYK
RGB Variations
Color information
#9512FA (or 0x9512FA) is known color: Blue Violet. HEX triplet: 95, 12 and FA. RGB value is (149,18,250). Sum of RGB (Red+Green+Blue) = 149+18+250=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #9512FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9512FA is #6AED05. Grayscale: #525252. Windows color (decimal): -7007494 or 16388757. OLE color: 16388757.
HSL color Cylindrical-coordinate representation of color #9512FA: hue angle of 273.88º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9512FA is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 18 | 250 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.02 |
| HSL | 273.88º | 0.96% | 0.53% | - |
| HSV(B) | 273.88º | 0.93% | 0.98% | - |
| XYZ | 29.87 | 13.72 | 91.52 | - |
| YUV | 83.62 | 221.9 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 250 | 0.40 | 0.93 | 0 | 0.02 | 273.88 | 0.96 | 0.53 |
| Hex | 95 | 12 | FA | 28 | 5D | 0 | 2 | 112 | 60 | 35 |
| Octal | 225 | 22 | 372 | 50 | 135 | 0 | 2 | 422 | 140 | 65 |
| Binary | 10010101 | 10010 | 11111010 | 101000 | 1011101 | 0 | 10 | 100010010 | 1100000 | 110101 |
Color Harmonies of #9512FA
Complementary color
Monochromatic Colors of #9512FA
Black with #9512FA
Text Example
Text Example
White with #9512FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9512FA; }
p { color: rgb(149,18,250); }
H1.HeaderClassName
{
color: #9512FA;
}
.AnyTagClassName
{
color: #9512FA;
}
</style>
background-color css
<style>
a { background-color: #9512FA; }
a { background-color: rgb(149,18,250); }
div.DivClassName
{
background-color: #9512FA;
}
.BgClassName
{
background-color: #9512FA;
}
</style>
border-color css
<style>
span { border-color: #9512FA; }
span { border-color: rgb(149,18,250); }
td.TdClassName
{
border-color: #9512FA;
}
.TagClassName
{
border-color: #9512FA;
}
</style>