Shades of Blue Violet #9931FA
Tints of Blue Violet #9931FA
RGB
CMYK
RGB Variations
Color information
#9931FA (or 0x9931FA) is known color: Blue Violet. HEX triplet: 99, 31 and FA. RGB value is (153,49,250). Sum of RGB (Red+Green+Blue) = 153+49+250=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #9931FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9931FA is #66CE05. Grayscale: #666666. Windows color (decimal): -6737414 or 16396697. OLE color: 16396697.
HSL color Cylindrical-coordinate representation of color #9931FA: hue angle of 271.04º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9931FA is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 49 | 250 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.02 |
| HSL | 271.04º | 0.95% | 0.59% | - |
| HSV(B) | 271.04º | 0.8% | 0.98% | - |
| XYZ | 31.49 | 15.87 | 91.85 | - |
| YUV | 103.01 | 210.96 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 250 | 0.39 | 0.80 | 0 | 0.02 | 271.04 | 0.95 | 0.59 |
| Hex | 99 | 31 | FA | 27 | 50 | 0 | 2 | 10F | 5F | 3B |
| Octal | 231 | 61 | 372 | 47 | 120 | 0 | 2 | 417 | 137 | 73 |
| Binary | 10011001 | 110001 | 11111010 | 100111 | 1010000 | 0 | 10 | 100001111 | 1011111 | 111011 |
Color Harmonies of #9931FA
Complementary color
Monochromatic Colors of #9931FA
Black with #9931FA
Text Example
Text Example
White with #9931FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9931FA; }
p { color: rgb(153,49,250); }
H1.HeaderClassName
{
color: #9931FA;
}
.AnyTagClassName
{
color: #9931FA;
}
</style>
background-color css
<style>
a { background-color: #9931FA; }
a { background-color: rgb(153,49,250); }
div.DivClassName
{
background-color: #9931FA;
}
.BgClassName
{
background-color: #9931FA;
}
</style>
border-color css
<style>
span { border-color: #9931FA; }
span { border-color: rgb(153,49,250); }
td.TdClassName
{
border-color: #9931FA;
}
.TagClassName
{
border-color: #9931FA;
}
</style>