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