Shades of Violet Blue #9C5EA2
Tints of Violet Blue #9C5EA2
RGB
CMYK
RGB Variations
Color information
#9C5EA2 (or 0x9C5EA2) is known color: Violet Blue. HEX triplet: 9C, 5E and A2. RGB value is (156,94,162). Sum of RGB (Red+Green+Blue) = 156+94+162=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C5EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5EA2 is #63A15D. Grayscale: #787878. Windows color (decimal): -6529374 or 10641052. OLE color: 10641052.
HSL color Cylindrical-coordinate representation of color #9C5EA2: hue angle of 294.71º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5EA2 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 94 | 162 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.36 |
| HSL | 294.71º | 0.27% | 0.5% | - |
| HSV(B) | 294.71º | 0.42% | 0.64% | - |
| XYZ | 24.23 | 17.68 | 36.32 | - |
| YUV | 120.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 162 | 0.04 | 0.42 | 0 | 0.36 | 294.71 | 0.27 | 0.5 |
| Hex | 9C | 5E | A2 | 4 | 2A | 0 | 24 | 127 | 1B | 32 |
| Octal | 234 | 136 | 242 | 4 | 52 | 0 | 44 | 447 | 33 | 62 |
| Binary | 10011100 | 1011110 | 10100010 | 100 | 101010 | 0 | 100100 | 100100111 | 11011 | 110010 |
Color Harmonies of #9C5EA2
Complementary color
Monochromatic Colors of #9C5EA2
Black with #9C5EA2
Text Example
Text Example
White with #9C5EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5EA2; }
p { color: rgb(156,94,162); }
H1.HeaderClassName
{
color: #9C5EA2;
}
.AnyTagClassName
{
color: #9C5EA2;
}
</style>
background-color css
<style>
a { background-color: #9C5EA2; }
a { background-color: rgb(156,94,162); }
div.DivClassName
{
background-color: #9C5EA2;
}
.BgClassName
{
background-color: #9C5EA2;
}
</style>
border-color css
<style>
span { border-color: #9C5EA2; }
span { border-color: rgb(156,94,162); }
td.TdClassName
{
border-color: #9C5EA2;
}
.TagClassName
{
border-color: #9C5EA2;
}
</style>