Shades of Violet Blue #9E60AB
Tints of Violet Blue #9E60AB
RGB
CMYK
RGB Variations
Color information
#9E60AB (or 0x9E60AB) is known color: Violet Blue. HEX triplet: 9E, 60 and AB. RGB value is (158,96,171). Sum of RGB (Red+Green+Blue) = 158+96+171=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E60AB is #619F54. Grayscale: #7A7A7A. Windows color (decimal): -6397781 or 11231390. OLE color: 11231390.
HSL color Cylindrical-coordinate representation of color #9E60AB: hue angle of 289.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E60AB is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 96 | 171 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.33 |
| HSL | 289.6º | 0.31% | 0.52% | - |
| HSV(B) | 289.6º | 0.44% | 0.67% | - |
| XYZ | 25.63 | 18.58 | 40.76 | - |
| YUV | 123.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 171 | 0.08 | 0.44 | 0 | 0.33 | 289.6 | 0.31 | 0.52 |
| Hex | 9E | 60 | AB | 8 | 2C | 0 | 21 | 122 | 1F | 34 |
| Octal | 236 | 140 | 253 | 10 | 54 | 0 | 41 | 442 | 37 | 64 |
| Binary | 10011110 | 1100000 | 10101011 | 1000 | 101100 | 0 | 100001 | 100100010 | 11111 | 110100 |
Color Harmonies of #9E60AB
Complementary color
Monochromatic Colors of #9E60AB
Black with #9E60AB
Text Example
Text Example
White with #9E60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E60AB; }
p { color: rgb(158,96,171); }
H1.HeaderClassName
{
color: #9E60AB;
}
.AnyTagClassName
{
color: #9E60AB;
}
</style>
background-color css
<style>
a { background-color: #9E60AB; }
a { background-color: rgb(158,96,171); }
div.DivClassName
{
background-color: #9E60AB;
}
.BgClassName
{
background-color: #9E60AB;
}
</style>
border-color css
<style>
span { border-color: #9E60AB; }
span { border-color: rgb(158,96,171); }
td.TdClassName
{
border-color: #9E60AB;
}
.TagClassName
{
border-color: #9E60AB;
}
</style>