Shades of Violet Blue #9E6398
Tints of Violet Blue #9E6398
RGB
CMYK
RGB Variations
Color information
#9E6398 (or 0x9E6398) is known color: Violet Blue. HEX triplet: 9E, 63 and 98. RGB value is (158,99,152). Sum of RGB (Red+Green+Blue) = 158+99+152=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6398 is #619C67. Grayscale: #7A7A7A. Windows color (decimal): -6397032 or 9986974. OLE color: 9986974.
HSL color Cylindrical-coordinate representation of color #9E6398: hue angle of 306.1º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6398 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 99 | 152 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.38 |
| HSL | 306.1º | 0.23% | 0.5% | - |
| HSV(B) | 306.1º | 0.37% | 0.62% | - |
| XYZ | 24.23 | 18.46 | 31.99 | - |
| YUV | 122.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 152 | 0 | 0.37 | 0.04 | 0.38 | 306.1 | 0.23 | 0.5 |
| Hex | 9E | 63 | 98 | 0 | 25 | 4 | 26 | 132 | 17 | 32 |
| Octal | 236 | 143 | 230 | 0 | 45 | 4 | 46 | 462 | 27 | 62 |
| Binary | 10011110 | 1100011 | 10011000 | 0 | 100101 | 100 | 100110 | 100110010 | 10111 | 110010 |
Color Harmonies of #9E6398
Complementary color
Monochromatic Colors of #9E6398
Black with #9E6398
Text Example
Text Example
White with #9E6398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6398; }
p { color: rgb(158,99,152); }
H1.HeaderClassName
{
color: #9E6398;
}
.AnyTagClassName
{
color: #9E6398;
}
</style>
background-color css
<style>
a { background-color: #9E6398; }
a { background-color: rgb(158,99,152); }
div.DivClassName
{
background-color: #9E6398;
}
.BgClassName
{
background-color: #9E6398;
}
</style>
border-color css
<style>
span { border-color: #9E6398; }
span { border-color: rgb(158,99,152); }
td.TdClassName
{
border-color: #9E6398;
}
.TagClassName
{
border-color: #9E6398;
}
</style>