Shades of Violet Blue #9E569D
Tints of Violet Blue #9E569D
RGB
CMYK
RGB Variations
Color information
#9E569D (or 0x9E569D) is known color: Violet Blue. HEX triplet: 9E, 56 and 9D. RGB value is (158,86,157). Sum of RGB (Red+Green+Blue) = 158+86+157=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E569D is #61A962. Grayscale: #737373. Windows color (decimal): -6400355 or 10311326. OLE color: 10311326.
HSL color Cylindrical-coordinate representation of color #9E569D: hue angle of 300.83º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E569D is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 86 | 157 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.38 |
| HSL | 300.83º | 0.3% | 0.48% | - |
| HSV(B) | 300.83º | 0.46% | 0.62% | - |
| XYZ | 23.51 | 16.36 | 33.82 | - |
| YUV | 115.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 157 | 0 | 0.46 | 0.01 | 0.38 | 300.83 | 0.3 | 0.48 |
| Hex | 9E | 56 | 9D | 0 | 2E | 1 | 26 | 12D | 1E | 30 |
| Octal | 236 | 126 | 235 | 0 | 56 | 1 | 46 | 455 | 36 | 60 |
| Binary | 10011110 | 1010110 | 10011101 | 0 | 101110 | 1 | 100110 | 100101101 | 11110 | 110000 |
Color Harmonies of #9E569D
Complementary color
Monochromatic Colors of #9E569D
Black with #9E569D
Text Example
Text Example
White with #9E569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E569D; }
p { color: rgb(158,86,157); }
H1.HeaderClassName
{
color: #9E569D;
}
.AnyTagClassName
{
color: #9E569D;
}
</style>
background-color css
<style>
a { background-color: #9E569D; }
a { background-color: rgb(158,86,157); }
div.DivClassName
{
background-color: #9E569D;
}
.BgClassName
{
background-color: #9E569D;
}
</style>
border-color css
<style>
span { border-color: #9E569D; }
span { border-color: rgb(158,86,157); }
td.TdClassName
{
border-color: #9E569D;
}
.TagClassName
{
border-color: #9E569D;
}
</style>