Shades of Blue Violet #9F40E5
Tints of Blue Violet #9F40E5
RGB
CMYK
RGB Variations
Color information
#9F40E5 (or 0x9F40E5) is known color: Blue Violet. HEX triplet: 9F, 40 and E5. RGB value is (159,64,229). Sum of RGB (Red+Green+Blue) = 159+64+229=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F40E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40E5 is #60BF1A. Grayscale: #6E6E6E. Windows color (decimal): -6340379 or 15024287. OLE color: 15024287.
HSL color Cylindrical-coordinate representation of color #9F40E5: hue angle of 274.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F40E5 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 64 | 229 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.10 |
| HSL | 274.55º | 0.76% | 0.57% | - |
| HSV(B) | 274.55º | 0.72% | 0.9% | - |
| XYZ | 30.27 | 16.69 | 75.76 | - |
| YUV | 111.22 | 194.47 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 229 | 0.31 | 0.72 | 0 | 0.10 | 274.55 | 0.76 | 0.57 |
| Hex | 9F | 40 | E5 | 1F | 48 | 0 | A | 113 | 4C | 39 |
| Octal | 237 | 100 | 345 | 37 | 110 | 0 | 12 | 423 | 114 | 71 |
| Binary | 10011111 | 1000000 | 11100101 | 11111 | 1001000 | 0 | 1010 | 100010011 | 1001100 | 111001 |
Color Harmonies of #9F40E5
Complementary color
Monochromatic Colors of #9F40E5
Black with #9F40E5
Text Example
Text Example
White with #9F40E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F40E5; }
p { color: rgb(159,64,229); }
H1.HeaderClassName
{
color: #9F40E5;
}
.AnyTagClassName
{
color: #9F40E5;
}
</style>
background-color css
<style>
a { background-color: #9F40E5; }
a { background-color: rgb(159,64,229); }
div.DivClassName
{
background-color: #9F40E5;
}
.BgClassName
{
background-color: #9F40E5;
}
</style>
border-color css
<style>
span { border-color: #9F40E5; }
span { border-color: rgb(159,64,229); }
td.TdClassName
{
border-color: #9F40E5;
}
.TagClassName
{
border-color: #9F40E5;
}
</style>