Shades of Blue Violet #9610FA
Tints of Blue Violet #9610FA
RGB
CMYK
RGB Variations
Color information
#9610FA (or 0x9610FA) is known color: Blue Violet. HEX triplet: 96, 10 and FA. RGB value is (150,16,250). Sum of RGB (Red+Green+Blue) = 150+16+250=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #9610FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9610FA is #69EF05. Grayscale: #515151. Windows color (decimal): -6942470 or 16388246. OLE color: 16388246.
HSL color Cylindrical-coordinate representation of color #9610FA: hue angle of 274.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9610FA is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 16 | 250 | - |
| CMYK | 0.4 | 0.94 | 0 | 0.02 |
| HSL | 274.36º | 0.96% | 0.52% | - |
| HSV(B) | 274.36º | 0.94% | 0.98% | - |
| XYZ | 30.02 | 13.76 | 91.52 | - |
| YUV | 82.74 | 222.39 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 250 | 0.4 | 0.94 | 0 | 0.02 | 274.36 | 0.96 | 0.52 |
| Hex | 96 | 10 | FA | 28 | 5E | 0 | 2 | 112 | 60 | 34 |
| Octal | 226 | 20 | 372 | 50 | 136 | 0 | 2 | 422 | 140 | 64 |
| Binary | 10010110 | 10000 | 11111010 | 101000 | 1011110 | 0 | 10 | 100010010 | 1100000 | 110100 |
Color Harmonies of #9610FA
Complementary color
Monochromatic Colors of #9610FA
Black with #9610FA
Text Example
Text Example
White with #9610FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9610FA; }
p { color: rgb(150,16,250); }
H1.HeaderClassName
{
color: #9610FA;
}
.AnyTagClassName
{
color: #9610FA;
}
</style>
background-color css
<style>
a { background-color: #9610FA; }
a { background-color: rgb(150,16,250); }
div.DivClassName
{
background-color: #9610FA;
}
.BgClassName
{
background-color: #9610FA;
}
</style>
border-color css
<style>
span { border-color: #9610FA; }
span { border-color: rgb(150,16,250); }
td.TdClassName
{
border-color: #9610FA;
}
.TagClassName
{
border-color: #9610FA;
}
</style>