Shades of Violet Blue #9E6293
Tints of Violet Blue #9E6293
RGB
CMYK
RGB Variations
Color information
#9E6293 (or 0x9E6293) is known color: Violet Blue. HEX triplet: 9E, 62 and 93. RGB value is (158,98,147). Sum of RGB (Red+Green+Blue) = 158+98+147=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6293 is #619D6C. Grayscale: #797979. Windows color (decimal): -6397293 or 9659038. OLE color: 9659038.
HSL color Cylindrical-coordinate representation of color #9E6293: hue angle of 311º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6293 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 147 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.38 |
| HSL | 311º | 0.24% | 0.5% | - |
| HSV(B) | 311º | 0.38% | 0.62% | - |
| XYZ | 23.73 | 18.11 | 29.85 | - |
| YUV | 121.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 147 | 0 | 0.38 | 0.07 | 0.38 | 311 | 0.24 | 0.5 |
| Hex | 9E | 62 | 93 | 0 | 26 | 7 | 26 | 137 | 18 | 32 |
| Octal | 236 | 142 | 223 | 0 | 46 | 7 | 46 | 467 | 30 | 62 |
| Binary | 10011110 | 1100010 | 10010011 | 0 | 100110 | 111 | 100110 | 100110111 | 11000 | 110010 |
Color Harmonies of #9E6293
Complementary color
Monochromatic Colors of #9E6293
Black with #9E6293
Text Example
Text Example
White with #9E6293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6293; }
p { color: rgb(158,98,147); }
H1.HeaderClassName
{
color: #9E6293;
}
.AnyTagClassName
{
color: #9E6293;
}
</style>
background-color css
<style>
a { background-color: #9E6293; }
a { background-color: rgb(158,98,147); }
div.DivClassName
{
background-color: #9E6293;
}
.BgClassName
{
background-color: #9E6293;
}
</style>
border-color css
<style>
span { border-color: #9E6293; }
span { border-color: rgb(158,98,147); }
td.TdClassName
{
border-color: #9E6293;
}
.TagClassName
{
border-color: #9E6293;
}
</style>