Shades of Blue Violet #9E19FF
Tints of Blue Violet #9E19FF
RGB
CMYK
RGB Variations
Color information
#9E19FF (or 0x9E19FF) is known color: Blue Violet. HEX triplet: 9E, 19 and FF. RGB value is (158,25,255). Sum of RGB (Red+Green+Blue) = 158+25+255=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E19FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E19FF is #61E600. Grayscale: #5A5A5A. Windows color (decimal): -6415873 or 16718238. OLE color: 16718238.
HSL color Cylindrical-coordinate representation of color #9E19FF: hue angle of 274.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E19FF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 25 | 255 | - |
| CMYK | 0.38 | 0.90 | 0 | 0 |
| HSL | 274.7º | 1% | 0.55% | - |
| HSV(B) | 274.7º | 0.9% | 1% | - |
| XYZ | 32.5 | 15.18 | 95.83 | - |
| YUV | 90.99 | 220.56 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 255 | 0.38 | 0.90 | 0 | 0 | 274.7 | 1 | 0.55 |
| Hex | 9E | 19 | FF | 26 | 5A | 0 | 0 | 113 | 64 | 37 |
| Octal | 236 | 31 | 377 | 46 | 132 | 0 | 0 | 423 | 144 | 67 |
| Binary | 10011110 | 11001 | 11111111 | 100110 | 1011010 | 0 | 0 | 100010011 | 1100100 | 110111 |
Color Harmonies of #9E19FF
Complementary color
Monochromatic Colors of #9E19FF
Black with #9E19FF
Text Example
Text Example
White with #9E19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E19FF; }
p { color: rgb(158,25,255); }
H1.HeaderClassName
{
color: #9E19FF;
}
.AnyTagClassName
{
color: #9E19FF;
}
</style>
background-color css
<style>
a { background-color: #9E19FF; }
a { background-color: rgb(158,25,255); }
div.DivClassName
{
background-color: #9E19FF;
}
.BgClassName
{
background-color: #9E19FF;
}
</style>
border-color css
<style>
span { border-color: #9E19FF; }
span { border-color: rgb(158,25,255); }
td.TdClassName
{
border-color: #9E19FF;
}
.TagClassName
{
border-color: #9E19FF;
}
</style>