Shades of Blue Violet #9948EE
Tints of Blue Violet #9948EE
RGB
CMYK
RGB Variations
Color information
#9948EE (or 0x9948EE) is known color: Blue Violet. HEX triplet: 99, 48 and EE. RGB value is (153,72,238). Sum of RGB (Red+Green+Blue) = 153+72+238=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #9948EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9948EE is #66B711. Grayscale: #727272. Windows color (decimal): -6731538 or 15616153. OLE color: 15616153.
HSL color Cylindrical-coordinate representation of color #9948EE: hue angle of 269.28º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9948EE is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 72 | 238 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.07 |
| HSL | 269.28º | 0.83% | 0.61% | - |
| HSV(B) | 269.28º | 0.7% | 0.93% | - |
| XYZ | 30.89 | 17.58 | 82.65 | - |
| YUV | 115.14 | 197.34 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 238 | 0.36 | 0.70 | 0 | 0.07 | 269.28 | 0.83 | 0.61 |
| Hex | 99 | 48 | EE | 24 | 46 | 0 | 7 | 10D | 53 | 3D |
| Octal | 231 | 110 | 356 | 44 | 106 | 0 | 7 | 415 | 123 | 75 |
| Binary | 10011001 | 1001000 | 11101110 | 100100 | 1000110 | 0 | 111 | 100001101 | 1010011 | 111101 |
Color Harmonies of #9948EE
Complementary color
Monochromatic Colors of #9948EE
Black with #9948EE
Text Example
Text Example
White with #9948EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9948EE; }
p { color: rgb(153,72,238); }
H1.HeaderClassName
{
color: #9948EE;
}
.AnyTagClassName
{
color: #9948EE;
}
</style>
background-color css
<style>
a { background-color: #9948EE; }
a { background-color: rgb(153,72,238); }
div.DivClassName
{
background-color: #9948EE;
}
.BgClassName
{
background-color: #9948EE;
}
</style>
border-color css
<style>
span { border-color: #9948EE; }
span { border-color: rgb(153,72,238); }
td.TdClassName
{
border-color: #9948EE;
}
.TagClassName
{
border-color: #9948EE;
}
</style>