Shades of Violet Blue #9E469B
Tints of Violet Blue #9E469B
RGB
CMYK
RGB Variations
Color information
#9E469B (or 0x9E469B) is known color: Violet Blue. HEX triplet: 9E, 46 and 9B. RGB value is (158,70,155). Sum of RGB (Red+Green+Blue) = 158+70+155=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E469B is #61B964. Grayscale: #696969. Windows color (decimal): -6404453 or 10176158. OLE color: 10176158.
HSL color Cylindrical-coordinate representation of color #9E469B: hue angle of 302.05º 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 #9E469B is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 155 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.38 |
| HSL | 302.05º | 0.39% | 0.45% | - |
| HSV(B) | 302.05º | 0.56% | 0.62% | - |
| XYZ | 22.21 | 14.02 | 32.55 | - |
| YUV | 106 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 155 | 0 | 0.56 | 0.02 | 0.38 | 302.05 | 0.39 | 0.45 |
| Hex | 9E | 46 | 9B | 0 | 38 | 2 | 26 | 12E | 27 | 2D |
| Octal | 236 | 106 | 233 | 0 | 70 | 2 | 46 | 456 | 47 | 55 |
| Binary | 10011110 | 1000110 | 10011011 | 0 | 111000 | 10 | 100110 | 100101110 | 100111 | 101101 |
Color Harmonies of #9E469B
Complementary color
Monochromatic Colors of #9E469B
Black with #9E469B
Text Example
Text Example
White with #9E469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E469B; }
p { color: rgb(158,70,155); }
H1.HeaderClassName
{
color: #9E469B;
}
.AnyTagClassName
{
color: #9E469B;
}
</style>
background-color css
<style>
a { background-color: #9E469B; }
a { background-color: rgb(158,70,155); }
div.DivClassName
{
background-color: #9E469B;
}
.BgClassName
{
background-color: #9E469B;
}
</style>
border-color css
<style>
span { border-color: #9E469B; }
span { border-color: rgb(158,70,155); }
td.TdClassName
{
border-color: #9E469B;
}
.TagClassName
{
border-color: #9E469B;
}
</style>