Shades of Blue Violet #9711FA
Tints of Blue Violet #9711FA
RGB
CMYK
RGB Variations
Color information
#9711FA (or 0x9711FA) is known color: Blue Violet. HEX triplet: 97, 11 and FA. RGB value is (151,17,250). Sum of RGB (Red+Green+Blue) = 151+17+250=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 17 (7.03% from 255 or 4.07% 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 #9711FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9711FA is #68EE05. Grayscale: #525252. Windows color (decimal): -6876678 or 16388503. OLE color: 16388503.
HSL color Cylindrical-coordinate representation of color #9711FA: hue angle of 274.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9711FA is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 17 | 250 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.02 |
| HSL | 274.51º | 0.96% | 0.52% | - |
| HSV(B) | 274.51º | 0.93% | 0.98% | - |
| XYZ | 30.22 | 13.88 | 91.53 | - |
| YUV | 83.63 | 221.89 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 250 | 0.40 | 0.93 | 0 | 0.02 | 274.51 | 0.96 | 0.52 |
| Hex | 97 | 11 | FA | 28 | 5D | 0 | 2 | 113 | 60 | 34 |
| Octal | 227 | 21 | 372 | 50 | 135 | 0 | 2 | 423 | 140 | 64 |
| Binary | 10010111 | 10001 | 11111010 | 101000 | 1011101 | 0 | 10 | 100010011 | 1100000 | 110100 |
Color Harmonies of #9711FA
Complementary color
Monochromatic Colors of #9711FA
Black with #9711FA
Text Example
Text Example
White with #9711FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9711FA; }
p { color: rgb(151,17,250); }
H1.HeaderClassName
{
color: #9711FA;
}
.AnyTagClassName
{
color: #9711FA;
}
</style>
background-color css
<style>
a { background-color: #9711FA; }
a { background-color: rgb(151,17,250); }
div.DivClassName
{
background-color: #9711FA;
}
.BgClassName
{
background-color: #9711FA;
}
</style>
border-color css
<style>
span { border-color: #9711FA; }
span { border-color: rgb(151,17,250); }
td.TdClassName
{
border-color: #9711FA;
}
.TagClassName
{
border-color: #9711FA;
}
</style>