Shades of Violet Blue #9E6591
Tints of Violet Blue #9E6591
RGB
CMYK
RGB Variations
Color information
#9E6591 (or 0x9E6591) is known color: Violet Blue. HEX triplet: 9E, 65 and 91. RGB value is (158,101,145). Sum of RGB (Red+Green+Blue) = 158+101+145=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6591 is #619A6E. Grayscale: #7A7A7A. Windows color (decimal): -6396527 or 9528734. OLE color: 9528734.
HSL color Cylindrical-coordinate representation of color #9E6591: hue angle of 313.68º 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 #9E6591 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 145 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.38 |
| HSL | 313.68º | 0.23% | 0.51% | - |
| HSV(B) | 313.68º | 0.36% | 0.62% | - |
| XYZ | 23.87 | 18.62 | 29.12 | - |
| YUV | 123.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 145 | 0 | 0.36 | 0.08 | 0.38 | 313.68 | 0.23 | 0.51 |
| Hex | 9E | 65 | 91 | 0 | 24 | 8 | 26 | 13A | 17 | 33 |
| Octal | 236 | 145 | 221 | 0 | 44 | 10 | 46 | 472 | 27 | 63 |
| Binary | 10011110 | 1100101 | 10010001 | 0 | 100100 | 1000 | 100110 | 100111010 | 10111 | 110011 |
Color Harmonies of #9E6591
Complementary color
Monochromatic Colors of #9E6591
Black with #9E6591
Text Example
Text Example
White with #9E6591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6591; }
p { color: rgb(158,101,145); }
H1.HeaderClassName
{
color: #9E6591;
}
.AnyTagClassName
{
color: #9E6591;
}
</style>
background-color css
<style>
a { background-color: #9E6591; }
a { background-color: rgb(158,101,145); }
div.DivClassName
{
background-color: #9E6591;
}
.BgClassName
{
background-color: #9E6591;
}
</style>
border-color css
<style>
span { border-color: #9E6591; }
span { border-color: rgb(158,101,145); }
td.TdClassName
{
border-color: #9E6591;
}
.TagClassName
{
border-color: #9E6591;
}
</style>