Shades of Violet Blue #9E529F
Tints of Violet Blue #9E529F
RGB
CMYK
RGB Variations
Color information
#9E529F (or 0x9E529F) is known color: Violet Blue. HEX triplet: 9E, 52 and 9F. RGB value is (158,82,159). Sum of RGB (Red+Green+Blue) = 158+82+159=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E529F is #61AD60. Grayscale: #717171. Windows color (decimal): -6401377 or 10441374. OLE color: 10441374.
HSL color Cylindrical-coordinate representation of color #9E529F: hue angle of 299.22º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E529F is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 159 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.38 |
| HSL | 299.22º | 0.32% | 0.47% | - |
| HSV(B) | 299.22º | 0.48% | 0.62% | - |
| XYZ | 23.38 | 15.81 | 34.62 | - |
| YUV | 113.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 159 | 0.01 | 0.48 | 0 | 0.38 | 299.22 | 0.32 | 0.47 |
| Hex | 9E | 52 | 9F | 1 | 30 | 0 | 26 | 12B | 20 | 2F |
| Octal | 236 | 122 | 237 | 1 | 60 | 0 | 46 | 453 | 40 | 57 |
| Binary | 10011110 | 1010010 | 10011111 | 1 | 110000 | 0 | 100110 | 100101011 | 100000 | 101111 |
Color Harmonies of #9E529F
Complementary color
Monochromatic Colors of #9E529F
Black with #9E529F
Text Example
Text Example
White with #9E529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E529F; }
p { color: rgb(158,82,159); }
H1.HeaderClassName
{
color: #9E529F;
}
.AnyTagClassName
{
color: #9E529F;
}
</style>
background-color css
<style>
a { background-color: #9E529F; }
a { background-color: rgb(158,82,159); }
div.DivClassName
{
background-color: #9E529F;
}
.BgClassName
{
background-color: #9E529F;
}
</style>
border-color css
<style>
span { border-color: #9E529F; }
span { border-color: rgb(158,82,159); }
td.TdClassName
{
border-color: #9E529F;
}
.TagClassName
{
border-color: #9E529F;
}
</style>