Shades of Blue Violet #9E42FC
Tints of Blue Violet #9E42FC
RGB
CMYK
RGB Variations
Color information
#9E42FC (or 0x9E42FC) is known color: Blue Violet. HEX triplet: 9E, 42 and FC. RGB value is (158,66,252). Sum of RGB (Red+Green+Blue) = 158+66+252=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E42FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E42FC is #61BD03. Grayscale: #727272. Windows color (decimal): -6405380 or 16532126. OLE color: 16532126.
HSL color Cylindrical-coordinate representation of color #9E42FC: hue angle of 269.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E42FC is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 66 | 252 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.01 |
| HSL | 269.68º | 0.97% | 0.62% | - |
| HSV(B) | 269.68º | 0.74% | 0.99% | - |
| XYZ | 33.62 | 18.19 | 93.84 | - |
| YUV | 114.71 | 205.48 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 66 | 252 | 0.37 | 0.74 | 0 | 0.01 | 269.68 | 0.97 | 0.62 |
| Hex | 9E | 42 | FC | 25 | 4A | 0 | 1 | 10E | 61 | 3E |
| Octal | 236 | 102 | 374 | 45 | 112 | 0 | 1 | 416 | 141 | 76 |
| Binary | 10011110 | 1000010 | 11111100 | 100101 | 1001010 | 0 | 1 | 100001110 | 1100001 | 111110 |
Color Harmonies of #9E42FC
Complementary color
Monochromatic Colors of #9E42FC
Black with #9E42FC
Text Example
Text Example
White with #9E42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E42FC; }
p { color: rgb(158,66,252); }
H1.HeaderClassName
{
color: #9E42FC;
}
.AnyTagClassName
{
color: #9E42FC;
}
</style>
background-color css
<style>
a { background-color: #9E42FC; }
a { background-color: rgb(158,66,252); }
div.DivClassName
{
background-color: #9E42FC;
}
.BgClassName
{
background-color: #9E42FC;
}
</style>
border-color css
<style>
span { border-color: #9E42FC; }
span { border-color: rgb(158,66,252); }
td.TdClassName
{
border-color: #9E42FC;
}
.TagClassName
{
border-color: #9E42FC;
}
</style>