Shades of Blue Violet #9948EC
Tints of Blue Violet #9948EC
RGB
CMYK
RGB Variations
Color information
#9948EC (or 0x9948EC) is known color: Blue Violet. HEX triplet: 99, 48 and EC. RGB value is (153,72,236). Sum of RGB (Red+Green+Blue) = 153+72+236=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #9948EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9948EC is #66B713. Grayscale: #727272. Windows color (decimal): -6731540 or 15485081. OLE color: 15485081.
HSL color Cylindrical-coordinate representation of color #9948EC: hue angle of 269.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9948EC is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 72 | 236 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.07 |
| HSL | 269.63º | 0.81% | 0.6% | - |
| HSV(B) | 269.63º | 0.69% | 0.93% | - |
| XYZ | 30.59 | 17.46 | 81.12 | - |
| YUV | 114.92 | 196.34 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 236 | 0.35 | 0.69 | 0 | 0.07 | 269.63 | 0.81 | 0.6 |
| Hex | 99 | 48 | EC | 23 | 45 | 0 | 7 | 10E | 51 | 3C |
| Octal | 231 | 110 | 354 | 43 | 105 | 0 | 7 | 416 | 121 | 74 |
| Binary | 10011001 | 1001000 | 11101100 | 100011 | 1000101 | 0 | 111 | 100001110 | 1010001 | 111100 |
Color Harmonies of #9948EC
Complementary color
Monochromatic Colors of #9948EC
Black with #9948EC
Text Example
Text Example
White with #9948EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9948EC; }
p { color: rgb(153,72,236); }
H1.HeaderClassName
{
color: #9948EC;
}
.AnyTagClassName
{
color: #9948EC;
}
</style>
background-color css
<style>
a { background-color: #9948EC; }
a { background-color: rgb(153,72,236); }
div.DivClassName
{
background-color: #9948EC;
}
.BgClassName
{
background-color: #9948EC;
}
</style>
border-color css
<style>
span { border-color: #9948EC; }
span { border-color: rgb(153,72,236); }
td.TdClassName
{
border-color: #9948EC;
}
.TagClassName
{
border-color: #9948EC;
}
</style>