Shades of Violet Blue #9E468B
Tints of Violet Blue #9E468B
RGB
CMYK
RGB Variations
Color information
#9E468B (or 0x9E468B) is known color: Violet Blue. HEX triplet: 9E, 46 and 8B. RGB value is (158,70,139). Sum of RGB (Red+Green+Blue) = 158+70+139=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E468B is #61B974. Grayscale: #676767. Windows color (decimal): -6404469 or 9127582. OLE color: 9127582.
HSL color Cylindrical-coordinate representation of color #9E468B: hue angle of 312.95º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E468B is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 139 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.38 |
| HSL | 312.95º | 0.39% | 0.45% | - |
| HSV(B) | 312.95º | 0.56% | 0.62% | - |
| XYZ | 20.95 | 13.51 | 25.93 | - |
| YUV | 104.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 139 | 0 | 0.56 | 0.12 | 0.38 | 312.95 | 0.39 | 0.45 |
| Hex | 9E | 46 | 8B | 0 | 38 | C | 26 | 139 | 27 | 2D |
| Octal | 236 | 106 | 213 | 0 | 70 | 14 | 46 | 471 | 47 | 55 |
| Binary | 10011110 | 1000110 | 10001011 | 0 | 111000 | 1100 | 100110 | 100111001 | 100111 | 101101 |
Color Harmonies of #9E468B
Complementary color
Monochromatic Colors of #9E468B
Black with #9E468B
Text Example
Text Example
White with #9E468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E468B; }
p { color: rgb(158,70,139); }
H1.HeaderClassName
{
color: #9E468B;
}
.AnyTagClassName
{
color: #9E468B;
}
</style>
background-color css
<style>
a { background-color: #9E468B; }
a { background-color: rgb(158,70,139); }
div.DivClassName
{
background-color: #9E468B;
}
.BgClassName
{
background-color: #9E468B;
}
</style>
border-color css
<style>
span { border-color: #9E468B; }
span { border-color: rgb(158,70,139); }
td.TdClassName
{
border-color: #9E468B;
}
.TagClassName
{
border-color: #9E468B;
}
</style>