Shades of Blue Violet #9E3AF8
Tints of Blue Violet #9E3AF8
RGB
CMYK
RGB Variations
Color information
#9E3AF8 (or 0x9E3AF8) is known color: Blue Violet. HEX triplet: 9E, 3A and F8. RGB value is (158,58,248). Sum of RGB (Red+Green+Blue) = 158+58+248=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #9E3AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3AF8 is #61C507. Grayscale: #6C6C6C. Windows color (decimal): -6407432 or 16267934. OLE color: 16267934.
HSL color Cylindrical-coordinate representation of color #9E3AF8: hue angle of 271.58º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E3AF8 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 58 | 248 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.03 |
| HSL | 271.58º | 0.93% | 0.6% | - |
| HSV(B) | 271.58º | 0.77% | 0.97% | - |
| XYZ | 32.56 | 17.07 | 90.39 | - |
| YUV | 109.56 | 206.13 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 248 | 0.36 | 0.77 | 0 | 0.03 | 271.58 | 0.93 | 0.6 |
| Hex | 9E | 3A | F8 | 24 | 4D | 0 | 3 | 110 | 5D | 3C |
| Octal | 236 | 72 | 370 | 44 | 115 | 0 | 3 | 420 | 135 | 74 |
| Binary | 10011110 | 111010 | 11111000 | 100100 | 1001101 | 0 | 11 | 100010000 | 1011101 | 111100 |
Color Harmonies of #9E3AF8
Complementary color
Monochromatic Colors of #9E3AF8
Black with #9E3AF8
Text Example
Text Example
White with #9E3AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3AF8; }
p { color: rgb(158,58,248); }
H1.HeaderClassName
{
color: #9E3AF8;
}
.AnyTagClassName
{
color: #9E3AF8;
}
</style>
background-color css
<style>
a { background-color: #9E3AF8; }
a { background-color: rgb(158,58,248); }
div.DivClassName
{
background-color: #9E3AF8;
}
.BgClassName
{
background-color: #9E3AF8;
}
</style>
border-color css
<style>
span { border-color: #9E3AF8; }
span { border-color: rgb(158,58,248); }
td.TdClassName
{
border-color: #9E3AF8;
}
.TagClassName
{
border-color: #9E3AF8;
}
</style>