Shades of Blue Violet #9917FA
Tints of Blue Violet #9917FA
RGB
CMYK
RGB Variations
Color information
#9917FA (or 0x9917FA) is known color: Blue Violet. HEX triplet: 99, 17 and FA. RGB value is (153,23,250). Sum of RGB (Red+Green+Blue) = 153+23+250=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #9917FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9917FA is #66E805. Grayscale: #565656. Windows color (decimal): -6744070 or 16390041. OLE color: 16390041.
HSL color Cylindrical-coordinate representation of color #9917FA: hue angle of 274.36º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9917FA is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 23 | 250 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.02 |
| HSL | 274.36º | 0.96% | 0.54% | - |
| HSV(B) | 274.36º | 0.91% | 0.98% | - |
| XYZ | 30.7 | 14.29 | 91.58 | - |
| YUV | 87.75 | 219.57 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 250 | 0.39 | 0.91 | 0 | 0.02 | 274.36 | 0.96 | 0.54 |
| Hex | 99 | 17 | FA | 27 | 5B | 0 | 2 | 112 | 60 | 36 |
| Octal | 231 | 27 | 372 | 47 | 133 | 0 | 2 | 422 | 140 | 66 |
| Binary | 10011001 | 10111 | 11111010 | 100111 | 1011011 | 0 | 10 | 100010010 | 1100000 | 110110 |
Color Harmonies of #9917FA
Complementary color
Monochromatic Colors of #9917FA
Black with #9917FA
Text Example
Text Example
White with #9917FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9917FA; }
p { color: rgb(153,23,250); }
H1.HeaderClassName
{
color: #9917FA;
}
.AnyTagClassName
{
color: #9917FA;
}
</style>
background-color css
<style>
a { background-color: #9917FA; }
a { background-color: rgb(153,23,250); }
div.DivClassName
{
background-color: #9917FA;
}
.BgClassName
{
background-color: #9917FA;
}
</style>
border-color css
<style>
span { border-color: #9917FA; }
span { border-color: rgb(153,23,250); }
td.TdClassName
{
border-color: #9917FA;
}
.TagClassName
{
border-color: #9917FA;
}
</style>