Shades of Blue Violet #9E1CFF
Tints of Blue Violet #9E1CFF
RGB
CMYK
RGB Variations
Color information
#9E1CFF (or 0x9E1CFF) is known color: Blue Violet. HEX triplet: 9E, 1C and FF. RGB value is (158,28,255). Sum of RGB (Red+Green+Blue) = 158+28+255=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E1CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E1CFF is #61E300. Grayscale: #5B5B5B. Windows color (decimal): -6415105 or 16719006. OLE color: 16719006.
HSL color Cylindrical-coordinate representation of color #9E1CFF: hue angle of 274.36º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1CFF is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 28 | 255 | - |
| CMYK | 0.38 | 0.89 | 0 | 0 |
| HSL | 274.36º | 1% | 0.55% | - |
| HSV(B) | 274.36º | 0.89% | 1% | - |
| XYZ | 32.57 | 15.32 | 95.85 | - |
| YUV | 92.75 | 219.57 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 28 | 255 | 0.38 | 0.89 | 0 | 0 | 274.36 | 1 | 0.55 |
| Hex | 9E | 1C | FF | 26 | 59 | 0 | 0 | 112 | 64 | 37 |
| Octal | 236 | 34 | 377 | 46 | 131 | 0 | 0 | 422 | 144 | 67 |
| Binary | 10011110 | 11100 | 11111111 | 100110 | 1011001 | 0 | 0 | 100010010 | 1100100 | 110111 |
Color Harmonies of #9E1CFF
Complementary color
Monochromatic Colors of #9E1CFF
Black with #9E1CFF
Text Example
Text Example
White with #9E1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1CFF; }
p { color: rgb(158,28,255); }
H1.HeaderClassName
{
color: #9E1CFF;
}
.AnyTagClassName
{
color: #9E1CFF;
}
</style>
background-color css
<style>
a { background-color: #9E1CFF; }
a { background-color: rgb(158,28,255); }
div.DivClassName
{
background-color: #9E1CFF;
}
.BgClassName
{
background-color: #9E1CFF;
}
</style>
border-color css
<style>
span { border-color: #9E1CFF; }
span { border-color: rgb(158,28,255); }
td.TdClassName
{
border-color: #9E1CFF;
}
.TagClassName
{
border-color: #9E1CFF;
}
</style>