Shades of Violet Blue #9E6298
Tints of Violet Blue #9E6298
RGB
CMYK
RGB Variations
Color information
#9E6298 (or 0x9E6298) is known color: Violet Blue. HEX triplet: 9E, 62 and 98. RGB value is (158,98,152). Sum of RGB (Red+Green+Blue) = 158+98+152=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6298 is #619D67. Grayscale: #797979. Windows color (decimal): -6397288 or 9986718. OLE color: 9986718.
HSL color Cylindrical-coordinate representation of color #9E6298: hue angle of 306º 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 #9E6298 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 152 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.38 |
| HSL | 306º | 0.24% | 0.5% | - |
| HSV(B) | 306º | 0.38% | 0.62% | - |
| XYZ | 24.14 | 18.27 | 31.96 | - |
| YUV | 122.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 152 | 0 | 0.38 | 0.04 | 0.38 | 306 | 0.24 | 0.5 |
| Hex | 9E | 62 | 98 | 0 | 26 | 4 | 26 | 132 | 18 | 32 |
| Octal | 236 | 142 | 230 | 0 | 46 | 4 | 46 | 462 | 30 | 62 |
| Binary | 10011110 | 1100010 | 10011000 | 0 | 100110 | 100 | 100110 | 100110010 | 11000 | 110010 |
Color Harmonies of #9E6298
Complementary color
Monochromatic Colors of #9E6298
Black with #9E6298
Text Example
Text Example
White with #9E6298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6298; }
p { color: rgb(158,98,152); }
H1.HeaderClassName
{
color: #9E6298;
}
.AnyTagClassName
{
color: #9E6298;
}
</style>
background-color css
<style>
a { background-color: #9E6298; }
a { background-color: rgb(158,98,152); }
div.DivClassName
{
background-color: #9E6298;
}
.BgClassName
{
background-color: #9E6298;
}
</style>
border-color css
<style>
span { border-color: #9E6298; }
span { border-color: rgb(158,98,152); }
td.TdClassName
{
border-color: #9E6298;
}
.TagClassName
{
border-color: #9E6298;
}
</style>