Shades of Blue Violet #9E38FF
Tints of Blue Violet #9E38FF
RGB
CMYK
RGB Variations
Color information
#9E38FF (or 0x9E38FF) is known color: Blue Violet. HEX triplet: 9E, 38 and FF. RGB value is (158,56,255). Sum of RGB (Red+Green+Blue) = 158+56+255=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E38FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E38FF is #61C700. Grayscale: #6C6C6C. Windows color (decimal): -6407937 or 16726174. OLE color: 16726174.
HSL color Cylindrical-coordinate representation of color #9E38FF: hue angle of 270.75º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E38FF is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 56 | 255 | - |
| CMYK | 0.38 | 0.78 | 0 | 0 |
| HSL | 270.75º | 1% | 0.61% | - |
| HSV(B) | 270.75º | 0.78% | 1% | - |
| XYZ | 33.56 | 17.32 | 96.18 | - |
| YUV | 109.18 | 210.29 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 255 | 0.38 | 0.78 | 0 | 0 | 270.75 | 1 | 0.61 |
| Hex | 9E | 38 | FF | 26 | 4E | 0 | 0 | 10F | 64 | 3D |
| Octal | 236 | 70 | 377 | 46 | 116 | 0 | 0 | 417 | 144 | 75 |
| Binary | 10011110 | 111000 | 11111111 | 100110 | 1001110 | 0 | 0 | 100001111 | 1100100 | 111101 |
Color Harmonies of #9E38FF
Complementary color
Monochromatic Colors of #9E38FF
Black with #9E38FF
Text Example
Text Example
White with #9E38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E38FF; }
p { color: rgb(158,56,255); }
H1.HeaderClassName
{
color: #9E38FF;
}
.AnyTagClassName
{
color: #9E38FF;
}
</style>
background-color css
<style>
a { background-color: #9E38FF; }
a { background-color: rgb(158,56,255); }
div.DivClassName
{
background-color: #9E38FF;
}
.BgClassName
{
background-color: #9E38FF;
}
</style>
border-color css
<style>
span { border-color: #9E38FF; }
span { border-color: rgb(158,56,255); }
td.TdClassName
{
border-color: #9E38FF;
}
.TagClassName
{
border-color: #9E38FF;
}
</style>