Shades of Blue Violet #9E42F3
Tints of Blue Violet #9E42F3
RGB
CMYK
RGB Variations
Color information
#9E42F3 (or 0x9E42F3) is known color: Blue Violet. HEX triplet: 9E, 42 and F3. RGB value is (158,66,243). Sum of RGB (Red+Green+Blue) = 158+66+243=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #9E42F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E42F3 is #61BD0C. Grayscale: #717171. Windows color (decimal): -6405389 or 15942302. OLE color: 15942302.
HSL color Cylindrical-coordinate representation of color #9E42F3: hue angle of 271.19º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E42F3 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 66 | 243 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.05 |
| HSL | 271.19º | 0.88% | 0.61% | - |
| HSV(B) | 271.19º | 0.73% | 0.95% | - |
| XYZ | 32.23 | 17.64 | 86.5 | - |
| YUV | 113.69 | 200.98 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 66 | 243 | 0.35 | 0.73 | 0 | 0.05 | 271.19 | 0.88 | 0.61 |
| Hex | 9E | 42 | F3 | 23 | 49 | 0 | 5 | 10F | 58 | 3D |
| Octal | 236 | 102 | 363 | 43 | 111 | 0 | 5 | 417 | 130 | 75 |
| Binary | 10011110 | 1000010 | 11110011 | 100011 | 1001001 | 0 | 101 | 100001111 | 1011000 | 111101 |
Color Harmonies of #9E42F3
Complementary color
Monochromatic Colors of #9E42F3
Black with #9E42F3
Text Example
Text Example
White with #9E42F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E42F3; }
p { color: rgb(158,66,243); }
H1.HeaderClassName
{
color: #9E42F3;
}
.AnyTagClassName
{
color: #9E42F3;
}
</style>
background-color css
<style>
a { background-color: #9E42F3; }
a { background-color: rgb(158,66,243); }
div.DivClassName
{
background-color: #9E42F3;
}
.BgClassName
{
background-color: #9E42F3;
}
</style>
border-color css
<style>
span { border-color: #9E42F3; }
span { border-color: rgb(158,66,243); }
td.TdClassName
{
border-color: #9E42F3;
}
.TagClassName
{
border-color: #9E42F3;
}
</style>