Shades of Violet Blue #9E569A
Tints of Violet Blue #9E569A
RGB
CMYK
RGB Variations
Color information
#9E569A (or 0x9E569A) is known color: Violet Blue. HEX triplet: 9E, 56 and 9A. RGB value is (158,86,154). Sum of RGB (Red+Green+Blue) = 158+86+154=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E569A is #61A965. Grayscale: #737373. Windows color (decimal): -6400358 or 10114718. OLE color: 10114718.
HSL color Cylindrical-coordinate representation of color #9E569A: hue angle of 303.33º 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 #9E569A is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 86 | 154 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.38 |
| HSL | 303.33º | 0.3% | 0.48% | - |
| HSV(B) | 303.33º | 0.46% | 0.62% | - |
| XYZ | 23.26 | 16.26 | 32.48 | - |
| YUV | 115.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 154 | 0 | 0.46 | 0.03 | 0.38 | 303.33 | 0.3 | 0.48 |
| Hex | 9E | 56 | 9A | 0 | 2E | 3 | 26 | 12F | 1E | 30 |
| Octal | 236 | 126 | 232 | 0 | 56 | 3 | 46 | 457 | 36 | 60 |
| Binary | 10011110 | 1010110 | 10011010 | 0 | 101110 | 11 | 100110 | 100101111 | 11110 | 110000 |
Color Harmonies of #9E569A
Complementary color
Monochromatic Colors of #9E569A
Black with #9E569A
Text Example
Text Example
White with #9E569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E569A; }
p { color: rgb(158,86,154); }
H1.HeaderClassName
{
color: #9E569A;
}
.AnyTagClassName
{
color: #9E569A;
}
</style>
background-color css
<style>
a { background-color: #9E569A; }
a { background-color: rgb(158,86,154); }
div.DivClassName
{
background-color: #9E569A;
}
.BgClassName
{
background-color: #9E569A;
}
</style>
border-color css
<style>
span { border-color: #9E569A; }
span { border-color: rgb(158,86,154); }
td.TdClassName
{
border-color: #9E569A;
}
.TagClassName
{
border-color: #9E569A;
}
</style>