Shades of Blue Violet #9F49EB
Tints of Blue Violet #9F49EB
RGB
CMYK
RGB Variations
Color information
#9F49EB (or 0x9F49EB) is known color: Blue Violet. HEX triplet: 9F, 49 and EB. RGB value is (159,73,235). Sum of RGB (Red+Green+Blue) = 159+73+235=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F49EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F49EB is #60B614. Grayscale: #747474. Windows color (decimal): -6338069 or 15419807. OLE color: 15419807.
HSL color Cylindrical-coordinate representation of color #9F49EB: hue angle of 271.85º 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 #9F49EB is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 73 | 235 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.08 |
| HSL | 271.85º | 0.8% | 0.6% | - |
| HSV(B) | 271.85º | 0.69% | 0.92% | - |
| XYZ | 31.68 | 18.13 | 80.43 | - |
| YUV | 117.18 | 194.49 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 235 | 0.32 | 0.69 | 0 | 0.08 | 271.85 | 0.8 | 0.6 |
| Hex | 9F | 49 | EB | 20 | 45 | 0 | 8 | 110 | 50 | 3C |
| Octal | 237 | 111 | 353 | 40 | 105 | 0 | 10 | 420 | 120 | 74 |
| Binary | 10011111 | 1001001 | 11101011 | 100000 | 1000101 | 0 | 1000 | 100010000 | 1010000 | 111100 |
Color Harmonies of #9F49EB
Complementary color
Monochromatic Colors of #9F49EB
Black with #9F49EB
Text Example
Text Example
White with #9F49EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F49EB; }
p { color: rgb(159,73,235); }
H1.HeaderClassName
{
color: #9F49EB;
}
.AnyTagClassName
{
color: #9F49EB;
}
</style>
background-color css
<style>
a { background-color: #9F49EB; }
a { background-color: rgb(159,73,235); }
div.DivClassName
{
background-color: #9F49EB;
}
.BgClassName
{
background-color: #9F49EB;
}
</style>
border-color css
<style>
span { border-color: #9F49EB; }
span { border-color: rgb(159,73,235); }
td.TdClassName
{
border-color: #9F49EB;
}
.TagClassName
{
border-color: #9F49EB;
}
</style>