Shades of Blue Violet #9612FA
Tints of Blue Violet #9612FA
RGB
CMYK
RGB Variations
Color information
#9612FA (or 0x9612FA) is known color: Blue Violet. HEX triplet: 96, 12 and FA. RGB value is (150,18,250). Sum of RGB (Red+Green+Blue) = 150+18+250=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #9612FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9612FA is #69ED05. Grayscale: #535353. Windows color (decimal): -6941958 or 16388758. OLE color: 16388758.
HSL color Cylindrical-coordinate representation of color #9612FA: hue angle of 274.14º 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 #9612FA is Cyan = 0.4, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 18 | 250 | - |
| CMYK | 0.4 | 0.93 | 0 | 0.02 |
| HSL | 274.14º | 0.96% | 0.53% | - |
| HSV(B) | 274.14º | 0.93% | 0.98% | - |
| XYZ | 30.05 | 13.82 | 91.53 | - |
| YUV | 83.92 | 221.73 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 250 | 0.4 | 0.93 | 0 | 0.02 | 274.14 | 0.96 | 0.53 |
| Hex | 96 | 12 | FA | 28 | 5D | 0 | 2 | 112 | 60 | 35 |
| Octal | 226 | 22 | 372 | 50 | 135 | 0 | 2 | 422 | 140 | 65 |
| Binary | 10010110 | 10010 | 11111010 | 101000 | 1011101 | 0 | 10 | 100010010 | 1100000 | 110101 |
Color Harmonies of #9612FA
Complementary color
Monochromatic Colors of #9612FA
Black with #9612FA
Text Example
Text Example
White with #9612FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9612FA; }
p { color: rgb(150,18,250); }
H1.HeaderClassName
{
color: #9612FA;
}
.AnyTagClassName
{
color: #9612FA;
}
</style>
background-color css
<style>
a { background-color: #9612FA; }
a { background-color: rgb(150,18,250); }
div.DivClassName
{
background-color: #9612FA;
}
.BgClassName
{
background-color: #9612FA;
}
</style>
border-color css
<style>
span { border-color: #9612FA; }
span { border-color: rgb(150,18,250); }
td.TdClassName
{
border-color: #9612FA;
}
.TagClassName
{
border-color: #9612FA;
}
</style>