Shades of Blue Violet #9F4EEF
Tints of Blue Violet #9F4EEF
RGB
CMYK
RGB Variations
Color information
#9F4EEF (or 0x9F4EEF) is known color: Blue Violet. HEX triplet: 9F, 4E and EF. RGB value is (159,78,239). Sum of RGB (Red+Green+Blue) = 159+78+239=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F4EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4EEF is #60B110. Grayscale: #787878. Windows color (decimal): -6336785 or 15683231. OLE color: 15683231.
HSL color Cylindrical-coordinate representation of color #9F4EEF: hue angle of 270.19º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F4EEF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 78 | 239 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.06 |
| HSL | 270.19º | 0.83% | 0.62% | - |
| HSV(B) | 270.19º | 0.67% | 0.94% | - |
| XYZ | 32.6 | 19.05 | 83.62 | - |
| YUV | 120.57 | 194.84 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 239 | 0.33 | 0.67 | 0 | 0.06 | 270.19 | 0.83 | 0.62 |
| Hex | 9F | 4E | EF | 21 | 43 | 0 | 6 | 10E | 53 | 3E |
| Octal | 237 | 116 | 357 | 41 | 103 | 0 | 6 | 416 | 123 | 76 |
| Binary | 10011111 | 1001110 | 11101111 | 100001 | 1000011 | 0 | 110 | 100001110 | 1010011 | 111110 |
Color Harmonies of #9F4EEF
Complementary color
Monochromatic Colors of #9F4EEF
Black with #9F4EEF
Text Example
Text Example
White with #9F4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4EEF; }
p { color: rgb(159,78,239); }
H1.HeaderClassName
{
color: #9F4EEF;
}
.AnyTagClassName
{
color: #9F4EEF;
}
</style>
background-color css
<style>
a { background-color: #9F4EEF; }
a { background-color: rgb(159,78,239); }
div.DivClassName
{
background-color: #9F4EEF;
}
.BgClassName
{
background-color: #9F4EEF;
}
</style>
border-color css
<style>
span { border-color: #9F4EEF; }
span { border-color: rgb(159,78,239); }
td.TdClassName
{
border-color: #9F4EEF;
}
.TagClassName
{
border-color: #9F4EEF;
}
</style>