Shades of Violet Blue #9E3FA6
Tints of Violet Blue #9E3FA6
RGB
CMYK
RGB Variations
Color information
#9E3FA6 (or 0x9E3FA6) is known color: Violet Blue. HEX triplet: 9E, 3F and A6. RGB value is (158,63,166). Sum of RGB (Red+Green+Blue) = 158+63+166=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #9E3FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3FA6 is #61C059. Grayscale: #666666. Windows color (decimal): -6406234 or 10895262. OLE color: 10895262.
HSL color Cylindrical-coordinate representation of color #9E3FA6: hue angle of 295.34º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E3FA6 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 63 | 166 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.35 |
| HSL | 295.34º | 0.45% | 0.45% | - |
| HSV(B) | 295.34º | 0.62% | 0.65% | - |
| XYZ | 22.76 | 13.58 | 37.5 | - |
| YUV | 103.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 166 | 0.05 | 0.62 | 0 | 0.35 | 295.34 | 0.45 | 0.45 |
| Hex | 9E | 3F | A6 | 5 | 3E | 0 | 23 | 127 | 2D | 2D |
| Octal | 236 | 77 | 246 | 5 | 76 | 0 | 43 | 447 | 55 | 55 |
| Binary | 10011110 | 111111 | 10100110 | 101 | 111110 | 0 | 100011 | 100100111 | 101101 | 101101 |
Color Harmonies of #9E3FA6
Complementary color
Monochromatic Colors of #9E3FA6
Black with #9E3FA6
Text Example
Text Example
White with #9E3FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FA6; }
p { color: rgb(158,63,166); }
H1.HeaderClassName
{
color: #9E3FA6;
}
.AnyTagClassName
{
color: #9E3FA6;
}
</style>
background-color css
<style>
a { background-color: #9E3FA6; }
a { background-color: rgb(158,63,166); }
div.DivClassName
{
background-color: #9E3FA6;
}
.BgClassName
{
background-color: #9E3FA6;
}
</style>
border-color css
<style>
span { border-color: #9E3FA6; }
span { border-color: rgb(158,63,166); }
td.TdClassName
{
border-color: #9E3FA6;
}
.TagClassName
{
border-color: #9E3FA6;
}
</style>