Shades of Blue Violet #9F45EF
Tints of Blue Violet #9F45EF
RGB
CMYK
RGB Variations
Color information
#9F45EF (or 0x9F45EF) is known color: Blue Violet. HEX triplet: 9F, 45 and EF. RGB value is (159,69,239). Sum of RGB (Red+Green+Blue) = 159+69+239=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F45EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F45EF is #60BA10. Grayscale: #727272. Windows color (decimal): -6339089 or 15680927. OLE color: 15680927.
HSL color Cylindrical-coordinate representation of color #9F45EF: hue angle of 271.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F45EF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 69 | 239 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.06 |
| HSL | 271.76º | 0.84% | 0.6% | - |
| HSV(B) | 271.76º | 0.71% | 0.94% | - |
| XYZ | 32.01 | 17.86 | 83.42 | - |
| YUV | 115.29 | 197.82 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 239 | 0.33 | 0.71 | 0 | 0.06 | 271.76 | 0.84 | 0.6 |
| Hex | 9F | 45 | EF | 21 | 47 | 0 | 6 | 110 | 54 | 3C |
| Octal | 237 | 105 | 357 | 41 | 107 | 0 | 6 | 420 | 124 | 74 |
| Binary | 10011111 | 1000101 | 11101111 | 100001 | 1000111 | 0 | 110 | 100010000 | 1010100 | 111100 |
Color Harmonies of #9F45EF
Complementary color
Monochromatic Colors of #9F45EF
Black with #9F45EF
Text Example
Text Example
White with #9F45EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F45EF; }
p { color: rgb(159,69,239); }
H1.HeaderClassName
{
color: #9F45EF;
}
.AnyTagClassName
{
color: #9F45EF;
}
</style>
background-color css
<style>
a { background-color: #9F45EF; }
a { background-color: rgb(159,69,239); }
div.DivClassName
{
background-color: #9F45EF;
}
.BgClassName
{
background-color: #9F45EF;
}
</style>
border-color css
<style>
span { border-color: #9F45EF; }
span { border-color: rgb(159,69,239); }
td.TdClassName
{
border-color: #9F45EF;
}
.TagClassName
{
border-color: #9F45EF;
}
</style>