Shades of Violet Blue #9E62AB
Tints of Violet Blue #9E62AB
RGB
CMYK
RGB Variations
Color information
#9E62AB (or 0x9E62AB) is known color: Violet Blue. HEX triplet: 9E, 62 and AB. RGB value is (158,98,171). Sum of RGB (Red+Green+Blue) = 158+98+171=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E62AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E62AB is #619D54. Grayscale: #7C7C7C. Windows color (decimal): -6397269 or 11231902. OLE color: 11231902.
HSL color Cylindrical-coordinate representation of color #9E62AB: hue angle of 289.32º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E62AB is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 98 | 171 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.33 |
| HSL | 289.32º | 0.3% | 0.53% | - |
| HSV(B) | 289.32º | 0.43% | 0.67% | - |
| XYZ | 25.82 | 18.94 | 40.82 | - |
| YUV | 124.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 171 | 0.08 | 0.43 | 0 | 0.33 | 289.32 | 0.3 | 0.53 |
| Hex | 9E | 62 | AB | 8 | 2B | 0 | 21 | 121 | 1E | 35 |
| Octal | 236 | 142 | 253 | 10 | 53 | 0 | 41 | 441 | 36 | 65 |
| Binary | 10011110 | 1100010 | 10101011 | 1000 | 101011 | 0 | 100001 | 100100001 | 11110 | 110101 |
Color Harmonies of #9E62AB
Complementary color
Monochromatic Colors of #9E62AB
Black with #9E62AB
Text Example
Text Example
White with #9E62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E62AB; }
p { color: rgb(158,98,171); }
H1.HeaderClassName
{
color: #9E62AB;
}
.AnyTagClassName
{
color: #9E62AB;
}
</style>
background-color css
<style>
a { background-color: #9E62AB; }
a { background-color: rgb(158,98,171); }
div.DivClassName
{
background-color: #9E62AB;
}
.BgClassName
{
background-color: #9E62AB;
}
</style>
border-color css
<style>
span { border-color: #9E62AB; }
span { border-color: rgb(158,98,171); }
td.TdClassName
{
border-color: #9E62AB;
}
.TagClassName
{
border-color: #9E62AB;
}
</style>