Shades of Blue Violet #9F40EE
Tints of Blue Violet #9F40EE
RGB
CMYK
RGB Variations
Color information
#9F40EE (or 0x9F40EE) is known color: Blue Violet. HEX triplet: 9F, 40 and EE. RGB value is (159,64,238). Sum of RGB (Red+Green+Blue) = 159+64+238=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F40EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F40EE is #60BF11. Grayscale: #6F6F6F. Windows color (decimal): -6340370 or 15614111. OLE color: 15614111.
HSL color Cylindrical-coordinate representation of color #9F40EE: hue angle of 272.76º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F40EE is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 64 | 238 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.07 |
| HSL | 272.76º | 0.84% | 0.59% | - |
| HSV(B) | 272.76º | 0.73% | 0.93% | - |
| XYZ | 31.56 | 17.21 | 82.55 | - |
| YUV | 112.24 | 198.97 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 238 | 0.33 | 0.73 | 0 | 0.07 | 272.76 | 0.84 | 0.59 |
| Hex | 9F | 40 | EE | 21 | 49 | 0 | 7 | 111 | 54 | 3B |
| Octal | 237 | 100 | 356 | 41 | 111 | 0 | 7 | 421 | 124 | 73 |
| Binary | 10011111 | 1000000 | 11101110 | 100001 | 1001001 | 0 | 111 | 100010001 | 1010100 | 111011 |
Color Harmonies of #9F40EE
Complementary color
Monochromatic Colors of #9F40EE
Black with #9F40EE
Text Example
Text Example
White with #9F40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F40EE; }
p { color: rgb(159,64,238); }
H1.HeaderClassName
{
color: #9F40EE;
}
.AnyTagClassName
{
color: #9F40EE;
}
</style>
background-color css
<style>
a { background-color: #9F40EE; }
a { background-color: rgb(159,64,238); }
div.DivClassName
{
background-color: #9F40EE;
}
.BgClassName
{
background-color: #9F40EE;
}
</style>
border-color css
<style>
span { border-color: #9F40EE; }
span { border-color: rgb(159,64,238); }
td.TdClassName
{
border-color: #9F40EE;
}
.TagClassName
{
border-color: #9F40EE;
}
</style>