Shades of Blue Violet #9E3FF6
Tints of Blue Violet #9E3FF6
RGB
CMYK
RGB Variations
Color information
#9E3FF6 (or 0x9E3FF6) is known color: Blue Violet. HEX triplet: 9E, 3F and F6. RGB value is (158,63,246). Sum of RGB (Red+Green+Blue) = 158+63+246=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E3FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3FF6 is #61C009. Grayscale: #6F6F6F. Windows color (decimal): -6406154 or 16138142. OLE color: 16138142.
HSL color Cylindrical-coordinate representation of color #9E3FF6: hue angle of 271.15º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E3FF6 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 63 | 246 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.04 |
| HSL | 271.15º | 0.91% | 0.61% | - |
| HSV(B) | 271.15º | 0.74% | 0.96% | - |
| XYZ | 32.51 | 17.48 | 88.85 | - |
| YUV | 112.27 | 203.47 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 246 | 0.36 | 0.74 | 0 | 0.04 | 271.15 | 0.91 | 0.61 |
| Hex | 9E | 3F | F6 | 24 | 4A | 0 | 4 | 10F | 5B | 3D |
| Octal | 236 | 77 | 366 | 44 | 112 | 0 | 4 | 417 | 133 | 75 |
| Binary | 10011110 | 111111 | 11110110 | 100100 | 1001010 | 0 | 100 | 100001111 | 1011011 | 111101 |
Color Harmonies of #9E3FF6
Complementary color
Monochromatic Colors of #9E3FF6
Black with #9E3FF6
Text Example
Text Example
White with #9E3FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FF6; }
p { color: rgb(158,63,246); }
H1.HeaderClassName
{
color: #9E3FF6;
}
.AnyTagClassName
{
color: #9E3FF6;
}
</style>
background-color css
<style>
a { background-color: #9E3FF6; }
a { background-color: rgb(158,63,246); }
div.DivClassName
{
background-color: #9E3FF6;
}
.BgClassName
{
background-color: #9E3FF6;
}
</style>
border-color css
<style>
span { border-color: #9E3FF6; }
span { border-color: rgb(158,63,246); }
td.TdClassName
{
border-color: #9E3FF6;
}
.TagClassName
{
border-color: #9E3FF6;
}
</style>