Shades of Blue Violet #9849EB
Tints of Blue Violet #9849EB
RGB
CMYK
RGB Variations
Color information
#9849EB (or 0x9849EB) is known color: Blue Violet. HEX triplet: 98, 49 and EB. RGB value is (152,73,235). Sum of RGB (Red+Green+Blue) = 152+73+235=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #9849EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9849EB is #67B614. Grayscale: #727272. Windows color (decimal): -6796821 or 15419800. OLE color: 15419800.
HSL color Cylindrical-coordinate representation of color #9849EB: hue angle of 269.26º degrees, saturation: 0.8, 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 #9849EB is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 73 | 235 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.08 |
| HSL | 269.26º | 0.8% | 0.6% | - |
| HSV(B) | 269.26º | 0.69% | 0.92% | - |
| XYZ | 30.33 | 17.44 | 80.36 | - |
| YUV | 115.09 | 195.67 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 235 | 0.35 | 0.69 | 0 | 0.08 | 269.26 | 0.8 | 0.6 |
| Hex | 98 | 49 | EB | 23 | 45 | 0 | 8 | 10D | 50 | 3C |
| Octal | 230 | 111 | 353 | 43 | 105 | 0 | 10 | 415 | 120 | 74 |
| Binary | 10011000 | 1001001 | 11101011 | 100011 | 1000101 | 0 | 1000 | 100001101 | 1010000 | 111100 |
Color Harmonies of #9849EB
Complementary color
Monochromatic Colors of #9849EB
Black with #9849EB
Text Example
Text Example
White with #9849EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9849EB; }
p { color: rgb(152,73,235); }
H1.HeaderClassName
{
color: #9849EB;
}
.AnyTagClassName
{
color: #9849EB;
}
</style>
background-color css
<style>
a { background-color: #9849EB; }
a { background-color: rgb(152,73,235); }
div.DivClassName
{
background-color: #9849EB;
}
.BgClassName
{
background-color: #9849EB;
}
</style>
border-color css
<style>
span { border-color: #9849EB; }
span { border-color: rgb(152,73,235); }
td.TdClassName
{
border-color: #9849EB;
}
.TagClassName
{
border-color: #9849EB;
}
</style>