Shades of Violet Blue #9E529E
Tints of Violet Blue #9E529E
RGB
CMYK
RGB Variations
Color information
#9E529E (or 0x9E529E) is known color: Violet Blue. HEX triplet: 9E, 52 and 9E. RGB value is (158,82,158). Sum of RGB (Red+Green+Blue) = 158+82+158=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E529E is #61AD61. Grayscale: #717171. Windows color (decimal): -6401378 or 10375838. OLE color: 10375838.
HSL color Cylindrical-coordinate representation of color #9E529E: hue angle of 300º 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 #9E529E is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 158 | - |
| CMYK | 0 | 0.48 | 0 | 0.38 |
| HSL | 300º | 0.32% | 0.47% | - |
| HSV(B) | 300º | 0.48% | 0.62% | - |
| XYZ | 23.29 | 15.77 | 34.16 | - |
| YUV | 113.39 | 153.18 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 158 | 0 | 0.48 | 0 | 0.38 | 300 | 0.32 | 0.47 |
| Hex | 9E | 52 | 9E | 0 | 30 | 0 | 26 | 12C | 20 | 2F |
| Octal | 236 | 122 | 236 | 0 | 60 | 0 | 46 | 454 | 40 | 57 |
| Binary | 10011110 | 1010010 | 10011110 | 0 | 110000 | 0 | 100110 | 100101100 | 100000 | 101111 |
Color Harmonies of #9E529E
Complementary color
Monochromatic Colors of #9E529E
Black with #9E529E
Text Example
Text Example
White with #9E529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E529E; }
p { color: rgb(158,82,158); }
H1.HeaderClassName
{
color: #9E529E;
}
.AnyTagClassName
{
color: #9E529E;
}
</style>
background-color css
<style>
a { background-color: #9E529E; }
a { background-color: rgb(158,82,158); }
div.DivClassName
{
background-color: #9E529E;
}
.BgClassName
{
background-color: #9E529E;
}
</style>
border-color css
<style>
span { border-color: #9E529E; }
span { border-color: rgb(158,82,158); }
td.TdClassName
{
border-color: #9E529E;
}
.TagClassName
{
border-color: #9E529E;
}
</style>