Shades of Blue Violet #9911FA
Tints of Blue Violet #9911FA
RGB
CMYK
RGB Variations
Color information
#9911FA (or 0x9911FA) is known color: Blue Violet. HEX triplet: 99, 11 and FA. RGB value is (153,17,250). Sum of RGB (Red+Green+Blue) = 153+17+250=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #9911FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9911FA is #66EE05. Grayscale: #535353. Windows color (decimal): -6745606 or 16388505. OLE color: 16388505.
HSL color Cylindrical-coordinate representation of color #9911FA: hue angle of 275.02º 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 #9911FA is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 17 | 250 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.02 |
| HSL | 275.02º | 0.96% | 0.52% | - |
| HSV(B) | 275.02º | 0.93% | 0.98% | - |
| XYZ | 30.59 | 14.08 | 91.55 | - |
| YUV | 84.23 | 221.56 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 250 | 0.39 | 0.93 | 0 | 0.02 | 275.02 | 0.96 | 0.52 |
| Hex | 99 | 11 | FA | 27 | 5D | 0 | 2 | 113 | 60 | 34 |
| Octal | 231 | 21 | 372 | 47 | 135 | 0 | 2 | 423 | 140 | 64 |
| Binary | 10011001 | 10001 | 11111010 | 100111 | 1011101 | 0 | 10 | 100010011 | 1100000 | 110100 |
Color Harmonies of #9911FA
Complementary color
Monochromatic Colors of #9911FA
Black with #9911FA
Text Example
Text Example
White with #9911FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9911FA; }
p { color: rgb(153,17,250); }
H1.HeaderClassName
{
color: #9911FA;
}
.AnyTagClassName
{
color: #9911FA;
}
</style>
background-color css
<style>
a { background-color: #9911FA; }
a { background-color: rgb(153,17,250); }
div.DivClassName
{
background-color: #9911FA;
}
.BgClassName
{
background-color: #9911FA;
}
</style>
border-color css
<style>
span { border-color: #9911FA; }
span { border-color: rgb(153,17,250); }
td.TdClassName
{
border-color: #9911FA;
}
.TagClassName
{
border-color: #9911FA;
}
</style>