Shades of Blue Violet #9F49EF
Tints of Blue Violet #9F49EF
RGB
CMYK
RGB Variations
Color information
#9F49EF (or 0x9F49EF) is known color: Blue Violet. HEX triplet: 9F, 49 and EF. RGB value is (159,73,239). Sum of RGB (Red+Green+Blue) = 159+73+239=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F49EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F49EF is #60B610. Grayscale: #757575. Windows color (decimal): -6338065 or 15681951. OLE color: 15681951.
HSL color Cylindrical-coordinate representation of color #9F49EF: hue angle of 271.08º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F49EF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 73 | 239 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.06 |
| HSL | 271.08º | 0.84% | 0.61% | - |
| HSV(B) | 271.08º | 0.69% | 0.94% | - |
| XYZ | 32.26 | 18.37 | 83.51 | - |
| YUV | 117.64 | 196.49 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 239 | 0.33 | 0.69 | 0 | 0.06 | 271.08 | 0.84 | 0.61 |
| Hex | 9F | 49 | EF | 21 | 45 | 0 | 6 | 10F | 54 | 3D |
| Octal | 237 | 111 | 357 | 41 | 105 | 0 | 6 | 417 | 124 | 75 |
| Binary | 10011111 | 1001001 | 11101111 | 100001 | 1000101 | 0 | 110 | 100001111 | 1010100 | 111101 |
Color Harmonies of #9F49EF
Complementary color
Monochromatic Colors of #9F49EF
Black with #9F49EF
Text Example
Text Example
White with #9F49EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F49EF; }
p { color: rgb(159,73,239); }
H1.HeaderClassName
{
color: #9F49EF;
}
.AnyTagClassName
{
color: #9F49EF;
}
</style>
background-color css
<style>
a { background-color: #9F49EF; }
a { background-color: rgb(159,73,239); }
div.DivClassName
{
background-color: #9F49EF;
}
.BgClassName
{
background-color: #9F49EF;
}
</style>
border-color css
<style>
span { border-color: #9F49EF; }
span { border-color: rgb(159,73,239); }
td.TdClassName
{
border-color: #9F49EF;
}
.TagClassName
{
border-color: #9F49EF;
}
</style>