Shades of Blue Violet #9E48FF
Tints of Blue Violet #9E48FF
RGB
CMYK
RGB Variations
Color information
#9E48FF (or 0x9E48FF) is known color: Blue Violet. HEX triplet: 9E, 48 and FF. RGB value is (158,72,255). Sum of RGB (Red+Green+Blue) = 158+72+255=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E48FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E48FF is #61B700. Grayscale: #757575. Windows color (decimal): -6403841 or 16730270. OLE color: 16730270.
HSL color Cylindrical-coordinate representation of color #9E48FF: hue angle of 268.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E48FF is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 72 | 255 | - |
| CMYK | 0.38 | 0.72 | 0 | 0 |
| HSL | 268.2º | 1% | 0.64% | - |
| HSV(B) | 268.2º | 0.72% | 1% | - |
| XYZ | 34.47 | 19.12 | 96.48 | - |
| YUV | 118.58 | 204.99 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 255 | 0.38 | 0.72 | 0 | 0 | 268.2 | 1 | 0.64 |
| Hex | 9E | 48 | FF | 26 | 48 | 0 | 0 | 10C | 64 | 40 |
| Octal | 236 | 110 | 377 | 46 | 110 | 0 | 0 | 414 | 144 | 100 |
| Binary | 10011110 | 1001000 | 11111111 | 100110 | 1001000 | 0 | 0 | 100001100 | 1100100 | 1000000 |
Color Harmonies of #9E48FF
Complementary color
Monochromatic Colors of #9E48FF
Black with #9E48FF
Text Example
Text Example
White with #9E48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E48FF; }
p { color: rgb(158,72,255); }
H1.HeaderClassName
{
color: #9E48FF;
}
.AnyTagClassName
{
color: #9E48FF;
}
</style>
background-color css
<style>
a { background-color: #9E48FF; }
a { background-color: rgb(158,72,255); }
div.DivClassName
{
background-color: #9E48FF;
}
.BgClassName
{
background-color: #9E48FF;
}
</style>
border-color css
<style>
span { border-color: #9E48FF; }
span { border-color: rgb(158,72,255); }
td.TdClassName
{
border-color: #9E48FF;
}
.TagClassName
{
border-color: #9E48FF;
}
</style>