Shades of Blue Violet #9E40FC
Tints of Blue Violet #9E40FC
RGB
CMYK
RGB Variations
Color information
#9E40FC (or 0x9E40FC) is known color: Blue Violet. HEX triplet: 9E, 40 and FC. RGB value is (158,64,252). Sum of RGB (Red+Green+Blue) = 158+64+252=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E40FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E40FC is #61BF03. Grayscale: #707070. Windows color (decimal): -6405892 or 16531614. OLE color: 16531614.
HSL color Cylindrical-coordinate representation of color #9E40FC: hue angle of 270º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E40FC is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 64 | 252 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.62% | - |
| HSV(B) | 270º | 0.75% | 0.99% | - |
| XYZ | 33.5 | 17.96 | 93.8 | - |
| YUV | 113.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 252 | 0.37 | 0.75 | 0 | 0.01 | 270 | 0.97 | 0.62 |
| Hex | 9E | 40 | FC | 25 | 4B | 0 | 1 | 10E | 61 | 3E |
| Octal | 236 | 100 | 374 | 45 | 113 | 0 | 1 | 416 | 141 | 76 |
| Binary | 10011110 | 1000000 | 11111100 | 100101 | 1001011 | 0 | 1 | 100001110 | 1100001 | 111110 |
Color Harmonies of #9E40FC
Complementary color
Monochromatic Colors of #9E40FC
Black with #9E40FC
Text Example
Text Example
White with #9E40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E40FC; }
p { color: rgb(158,64,252); }
H1.HeaderClassName
{
color: #9E40FC;
}
.AnyTagClassName
{
color: #9E40FC;
}
</style>
background-color css
<style>
a { background-color: #9E40FC; }
a { background-color: rgb(158,64,252); }
div.DivClassName
{
background-color: #9E40FC;
}
.BgClassName
{
background-color: #9E40FC;
}
</style>
border-color css
<style>
span { border-color: #9E40FC; }
span { border-color: rgb(158,64,252); }
td.TdClassName
{
border-color: #9E40FC;
}
.TagClassName
{
border-color: #9E40FC;
}
</style>