Shades of Violet Blue #9E6492
Tints of Violet Blue #9E6492
RGB
CMYK
RGB Variations
Color information
#9E6492 (or 0x9E6492) is known color: Violet Blue. HEX triplet: 9E, 64 and 92. RGB value is (158,100,146). Sum of RGB (Red+Green+Blue) = 158+100+146=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6492 is #619B6D. Grayscale: #7A7A7A. Windows color (decimal): -6396782 or 9594014. OLE color: 9594014.
HSL color Cylindrical-coordinate representation of color #9E6492: hue angle of 312.41º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6492 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 146 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.38 |
| HSL | 312.41º | 0.23% | 0.51% | - |
| HSV(B) | 312.41º | 0.37% | 0.62% | - |
| XYZ | 23.85 | 18.46 | 29.5 | - |
| YUV | 122.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 146 | 0 | 0.37 | 0.08 | 0.38 | 312.41 | 0.23 | 0.51 |
| Hex | 9E | 64 | 92 | 0 | 25 | 8 | 26 | 138 | 17 | 33 |
| Octal | 236 | 144 | 222 | 0 | 45 | 10 | 46 | 470 | 27 | 63 |
| Binary | 10011110 | 1100100 | 10010010 | 0 | 100101 | 1000 | 100110 | 100111000 | 10111 | 110011 |
Color Harmonies of #9E6492
Complementary color
Monochromatic Colors of #9E6492
Black with #9E6492
Text Example
Text Example
White with #9E6492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6492; }
p { color: rgb(158,100,146); }
H1.HeaderClassName
{
color: #9E6492;
}
.AnyTagClassName
{
color: #9E6492;
}
</style>
background-color css
<style>
a { background-color: #9E6492; }
a { background-color: rgb(158,100,146); }
div.DivClassName
{
background-color: #9E6492;
}
.BgClassName
{
background-color: #9E6492;
}
</style>
border-color css
<style>
span { border-color: #9E6492; }
span { border-color: rgb(158,100,146); }
td.TdClassName
{
border-color: #9E6492;
}
.TagClassName
{
border-color: #9E6492;
}
</style>