Shades of Blue Violet #9946F7
Tints of Blue Violet #9946F7
RGB
CMYK
RGB Variations
Color information
#9946F7 (or 0x9946F7) is known color: Blue Violet. HEX triplet: 99, 46 and F7. RGB value is (153,70,247). Sum of RGB (Red+Green+Blue) = 153+70+247=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #9946F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9946F7 is #66B908. Grayscale: #727272. Windows color (decimal): -6732041 or 16205465. OLE color: 16205465.
HSL color Cylindrical-coordinate representation of color #9946F7: hue angle of 268.14º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9946F7 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 70 | 247 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.03 |
| HSL | 268.14º | 0.92% | 0.62% | - |
| HSV(B) | 268.14º | 0.72% | 0.97% | - |
| XYZ | 32.12 | 17.87 | 89.75 | - |
| YUV | 115 | 202.5 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 247 | 0.38 | 0.72 | 0 | 0.03 | 268.14 | 0.92 | 0.62 |
| Hex | 99 | 46 | F7 | 26 | 48 | 0 | 3 | 10C | 5C | 3E |
| Octal | 231 | 106 | 367 | 46 | 110 | 0 | 3 | 414 | 134 | 76 |
| Binary | 10011001 | 1000110 | 11110111 | 100110 | 1001000 | 0 | 11 | 100001100 | 1011100 | 111110 |
Color Harmonies of #9946F7
Complementary color
Monochromatic Colors of #9946F7
Black with #9946F7
Text Example
Text Example
White with #9946F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9946F7; }
p { color: rgb(153,70,247); }
H1.HeaderClassName
{
color: #9946F7;
}
.AnyTagClassName
{
color: #9946F7;
}
</style>
background-color css
<style>
a { background-color: #9946F7; }
a { background-color: rgb(153,70,247); }
div.DivClassName
{
background-color: #9946F7;
}
.BgClassName
{
background-color: #9946F7;
}
</style>
border-color css
<style>
span { border-color: #9946F7; }
span { border-color: rgb(153,70,247); }
td.TdClassName
{
border-color: #9946F7;
}
.TagClassName
{
border-color: #9946F7;
}
</style>