Shades of Violet Blue #9E6592
Tints of Violet Blue #9E6592
RGB
CMYK
RGB Variations
Color information
#9E6592 (or 0x9E6592) is known color: Violet Blue. HEX triplet: 9E, 65 and 92. RGB value is (158,101,146). Sum of RGB (Red+Green+Blue) = 158+101+146=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6592 is #619A6D. Grayscale: #7B7B7B. Windows color (decimal): -6396526 or 9594270. OLE color: 9594270.
HSL color Cylindrical-coordinate representation of color #9E6592: hue angle of 312.63º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E6592 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 146 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.38 |
| HSL | 312.63º | 0.23% | 0.51% | - |
| HSV(B) | 312.63º | 0.36% | 0.62% | - |
| XYZ | 23.94 | 18.65 | 29.53 | - |
| YUV | 123.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 146 | 0 | 0.36 | 0.08 | 0.38 | 312.63 | 0.23 | 0.51 |
| Hex | 9E | 65 | 92 | 0 | 24 | 8 | 26 | 139 | 17 | 33 |
| Octal | 236 | 145 | 222 | 0 | 44 | 10 | 46 | 471 | 27 | 63 |
| Binary | 10011110 | 1100101 | 10010010 | 0 | 100100 | 1000 | 100110 | 100111001 | 10111 | 110011 |
Color Harmonies of #9E6592
Complementary color
Monochromatic Colors of #9E6592
Black with #9E6592
Text Example
Text Example
White with #9E6592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6592; }
p { color: rgb(158,101,146); }
H1.HeaderClassName
{
color: #9E6592;
}
.AnyTagClassName
{
color: #9E6592;
}
</style>
background-color css
<style>
a { background-color: #9E6592; }
a { background-color: rgb(158,101,146); }
div.DivClassName
{
background-color: #9E6592;
}
.BgClassName
{
background-color: #9E6592;
}
</style>
border-color css
<style>
span { border-color: #9E6592; }
span { border-color: rgb(158,101,146); }
td.TdClassName
{
border-color: #9E6592;
}
.TagClassName
{
border-color: #9E6592;
}
</style>