Shades of Blue Violet #9948EA
Tints of Blue Violet #9948EA
RGB
CMYK
RGB Variations
Color information
#9948EA (or 0x9948EA) is known color: Blue Violet. HEX triplet: 99, 48 and EA. RGB value is (153,72,234). Sum of RGB (Red+Green+Blue) = 153+72+234=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #9948EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9948EA is #66B715. Grayscale: #727272. Windows color (decimal): -6731542 or 15354009. OLE color: 15354009.
HSL color Cylindrical-coordinate representation of color #9948EA: hue angle of 270º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9948EA is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 72 | 234 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.08 |
| HSL | 270º | 0.79% | 0.6% | - |
| HSV(B) | 270º | 0.69% | 0.92% | - |
| XYZ | 30.31 | 17.35 | 79.59 | - |
| YUV | 114.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 234 | 0.35 | 0.69 | 0 | 0.08 | 270 | 0.79 | 0.6 |
| Hex | 99 | 48 | EA | 23 | 45 | 0 | 8 | 10E | 4F | 3C |
| Octal | 231 | 110 | 352 | 43 | 105 | 0 | 10 | 416 | 117 | 74 |
| Binary | 10011001 | 1001000 | 11101010 | 100011 | 1000101 | 0 | 1000 | 100001110 | 1001111 | 111100 |
Color Harmonies of #9948EA
Complementary color
Monochromatic Colors of #9948EA
Black with #9948EA
Text Example
Text Example
White with #9948EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9948EA; }
p { color: rgb(153,72,234); }
H1.HeaderClassName
{
color: #9948EA;
}
.AnyTagClassName
{
color: #9948EA;
}
</style>
background-color css
<style>
a { background-color: #9948EA; }
a { background-color: rgb(153,72,234); }
div.DivClassName
{
background-color: #9948EA;
}
.BgClassName
{
background-color: #9948EA;
}
</style>
border-color css
<style>
span { border-color: #9948EA; }
span { border-color: rgb(153,72,234); }
td.TdClassName
{
border-color: #9948EA;
}
.TagClassName
{
border-color: #9948EA;
}
</style>