Shades of Blue Violet #9948FF
Tints of Blue Violet #9948FF
RGB
CMYK
RGB Variations
Color information
#9948FF (or 0x9948FF) is known color: Blue Violet. HEX triplet: 99, 48 and FF. RGB value is (153,72,255). Sum of RGB (Red+Green+Blue) = 153+72+255=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #9948FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9948FF is #66B700. Grayscale: #747474. Windows color (decimal): -6731521 or 16730265. OLE color: 16730265.
HSL color Cylindrical-coordinate representation of color #9948FF: hue angle of 266.56º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9948FF is Cyan = 0.4, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 72 | 255 | - |
| CMYK | 0.4 | 0.72 | 0 | 0 |
| HSL | 266.56º | 1% | 0.64% | - |
| HSV(B) | 266.56º | 0.72% | 1% | - |
| XYZ | 33.5 | 18.63 | 96.44 | - |
| YUV | 117.08 | 205.84 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 255 | 0.4 | 0.72 | 0 | 0 | 266.56 | 1 | 0.64 |
| Hex | 99 | 48 | FF | 28 | 48 | 0 | 0 | 10B | 64 | 40 |
| Octal | 231 | 110 | 377 | 50 | 110 | 0 | 0 | 413 | 144 | 100 |
| Binary | 10011001 | 1001000 | 11111111 | 101000 | 1001000 | 0 | 0 | 100001011 | 1100100 | 1000000 |
Color Harmonies of #9948FF
Complementary color
Monochromatic Colors of #9948FF
Black with #9948FF
Text Example
Text Example
White with #9948FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9948FF; }
p { color: rgb(153,72,255); }
H1.HeaderClassName
{
color: #9948FF;
}
.AnyTagClassName
{
color: #9948FF;
}
</style>
background-color css
<style>
a { background-color: #9948FF; }
a { background-color: rgb(153,72,255); }
div.DivClassName
{
background-color: #9948FF;
}
.BgClassName
{
background-color: #9948FF;
}
</style>
border-color css
<style>
span { border-color: #9948FF; }
span { border-color: rgb(153,72,255); }
td.TdClassName
{
border-color: #9948FF;
}
.TagClassName
{
border-color: #9948FF;
}
</style>