Shades of Blue Violet #9946EF
Tints of Blue Violet #9946EF
RGB
CMYK
RGB Variations
Color information
#9946EF (or 0x9946EF) is known color: Blue Violet. HEX triplet: 99, 46 and EF. RGB value is (153,70,239). Sum of RGB (Red+Green+Blue) = 153+70+239=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #9946EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9946EF is #66B910. Grayscale: #717171. Windows color (decimal): -6732049 or 15681177. OLE color: 15681177.
HSL color Cylindrical-coordinate representation of color #9946EF: hue angle of 269.47º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9946EF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 70 | 239 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.06 |
| HSL | 269.47º | 0.84% | 0.61% | - |
| HSV(B) | 269.47º | 0.71% | 0.94% | - |
| XYZ | 30.91 | 17.38 | 83.39 | - |
| YUV | 114.08 | 198.5 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 239 | 0.36 | 0.71 | 0 | 0.06 | 269.47 | 0.84 | 0.61 |
| Hex | 99 | 46 | EF | 24 | 47 | 0 | 6 | 10D | 54 | 3D |
| Octal | 231 | 106 | 357 | 44 | 107 | 0 | 6 | 415 | 124 | 75 |
| Binary | 10011001 | 1000110 | 11101111 | 100100 | 1000111 | 0 | 110 | 100001101 | 1010100 | 111101 |
Color Harmonies of #9946EF
Complementary color
Monochromatic Colors of #9946EF
Black with #9946EF
Text Example
Text Example
White with #9946EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9946EF; }
p { color: rgb(153,70,239); }
H1.HeaderClassName
{
color: #9946EF;
}
.AnyTagClassName
{
color: #9946EF;
}
</style>
background-color css
<style>
a { background-color: #9946EF; }
a { background-color: rgb(153,70,239); }
div.DivClassName
{
background-color: #9946EF;
}
.BgClassName
{
background-color: #9946EF;
}
</style>
border-color css
<style>
span { border-color: #9946EF; }
span { border-color: rgb(153,70,239); }
td.TdClassName
{
border-color: #9946EF;
}
.TagClassName
{
border-color: #9946EF;
}
</style>