Shades of Blue Violet #9E42FD
Tints of Blue Violet #9E42FD
RGB
CMYK
RGB Variations
Color information
#9E42FD (or 0x9E42FD) is known color: Blue Violet. HEX triplet: 9E, 42 and FD. RGB value is (158,66,253). Sum of RGB (Red+Green+Blue) = 158+66+253=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E42FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E42FD is #61BD02. Grayscale: #727272. Windows color (decimal): -6405379 or 16597662. OLE color: 16597662.
HSL color Cylindrical-coordinate representation of color #9E42FD: hue angle of 269.52º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E42FD is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 66 | 253 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.01 |
| HSL | 269.52º | 0.98% | 0.63% | - |
| HSV(B) | 269.52º | 0.74% | 0.99% | - |
| XYZ | 33.78 | 18.26 | 94.67 | - |
| YUV | 114.83 | 205.98 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 66 | 253 | 0.38 | 0.74 | 0 | 0.01 | 269.52 | 0.98 | 0.63 |
| Hex | 9E | 42 | FD | 26 | 4A | 0 | 1 | 10E | 62 | 3F |
| Octal | 236 | 102 | 375 | 46 | 112 | 0 | 1 | 416 | 142 | 77 |
| Binary | 10011110 | 1000010 | 11111101 | 100110 | 1001010 | 0 | 1 | 100001110 | 1100010 | 111111 |
Color Harmonies of #9E42FD
Complementary color
Monochromatic Colors of #9E42FD
Black with #9E42FD
Text Example
Text Example
White with #9E42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E42FD; }
p { color: rgb(158,66,253); }
H1.HeaderClassName
{
color: #9E42FD;
}
.AnyTagClassName
{
color: #9E42FD;
}
</style>
background-color css
<style>
a { background-color: #9E42FD; }
a { background-color: rgb(158,66,253); }
div.DivClassName
{
background-color: #9E42FD;
}
.BgClassName
{
background-color: #9E42FD;
}
</style>
border-color css
<style>
span { border-color: #9E42FD; }
span { border-color: rgb(158,66,253); }
td.TdClassName
{
border-color: #9E42FD;
}
.TagClassName
{
border-color: #9E42FD;
}
</style>