Shades of Blue Violet #9613FA
Tints of Blue Violet #9613FA
RGB
CMYK
RGB Variations
Color information
#9613FA (or 0x9613FA) is known color: Blue Violet. HEX triplet: 96, 13 and FA. RGB value is (150,19,250). Sum of RGB (Red+Green+Blue) = 150+19+250=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #9613FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9613FA is #69EC05. Grayscale: #535353. Windows color (decimal): -6941702 or 16389014. OLE color: 16389014.
HSL color Cylindrical-coordinate representation of color #9613FA: hue angle of 274.03º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9613FA is Cyan = 0.4, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 19 | 250 | - |
| CMYK | 0.4 | 0.92 | 0 | 0.02 |
| HSL | 274.03º | 0.96% | 0.53% | - |
| HSV(B) | 274.03º | 0.92% | 0.98% | - |
| XYZ | 30.07 | 13.85 | 91.53 | - |
| YUV | 84.5 | 221.4 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 250 | 0.4 | 0.92 | 0 | 0.02 | 274.03 | 0.96 | 0.53 |
| Hex | 96 | 13 | FA | 28 | 5C | 0 | 2 | 112 | 60 | 35 |
| Octal | 226 | 23 | 372 | 50 | 134 | 0 | 2 | 422 | 140 | 65 |
| Binary | 10010110 | 10011 | 11111010 | 101000 | 1011100 | 0 | 10 | 100010010 | 1100000 | 110101 |
Color Harmonies of #9613FA
Complementary color
Monochromatic Colors of #9613FA
Black with #9613FA
Text Example
Text Example
White with #9613FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9613FA; }
p { color: rgb(150,19,250); }
H1.HeaderClassName
{
color: #9613FA;
}
.AnyTagClassName
{
color: #9613FA;
}
</style>
background-color css
<style>
a { background-color: #9613FA; }
a { background-color: rgb(150,19,250); }
div.DivClassName
{
background-color: #9613FA;
}
.BgClassName
{
background-color: #9613FA;
}
</style>
border-color css
<style>
span { border-color: #9613FA; }
span { border-color: rgb(150,19,250); }
td.TdClassName
{
border-color: #9613FA;
}
.TagClassName
{
border-color: #9613FA;
}
</style>