Shades of Violet Blue #9C5FAA
Tints of Violet Blue #9C5FAA
RGB
CMYK
RGB Variations
Color information
#9C5FAA (or 0x9C5FAA) is known color: Violet Blue. HEX triplet: 9C, 5F and AA. RGB value is (156,95,170). Sum of RGB (Red+Green+Blue) = 156+95+170=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5FAA is #63A055. Grayscale: #797979. Windows color (decimal): -6529110 or 11165596. OLE color: 11165596.
HSL color Cylindrical-coordinate representation of color #9C5FAA: hue angle of 288.8º 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 #9C5FAA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 95 | 170 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.33 |
| HSL | 288.8º | 0.31% | 0.52% | - |
| HSV(B) | 288.8º | 0.44% | 0.67% | - |
| XYZ | 25.06 | 18.15 | 40.21 | - |
| YUV | 121.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 95 | 170 | 0.08 | 0.44 | 0 | 0.33 | 288.8 | 0.31 | 0.52 |
| Hex | 9C | 5F | AA | 8 | 2C | 0 | 21 | 121 | 1F | 34 |
| Octal | 234 | 137 | 252 | 10 | 54 | 0 | 41 | 441 | 37 | 64 |
| Binary | 10011100 | 1011111 | 10101010 | 1000 | 101100 | 0 | 100001 | 100100001 | 11111 | 110100 |
Color Harmonies of #9C5FAA
Complementary color
Monochromatic Colors of #9C5FAA
Black with #9C5FAA
Text Example
Text Example
White with #9C5FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5FAA; }
p { color: rgb(156,95,170); }
H1.HeaderClassName
{
color: #9C5FAA;
}
.AnyTagClassName
{
color: #9C5FAA;
}
</style>
background-color css
<style>
a { background-color: #9C5FAA; }
a { background-color: rgb(156,95,170); }
div.DivClassName
{
background-color: #9C5FAA;
}
.BgClassName
{
background-color: #9C5FAA;
}
</style>
border-color css
<style>
span { border-color: #9C5FAA; }
span { border-color: rgb(156,95,170); }
td.TdClassName
{
border-color: #9C5FAA;
}
.TagClassName
{
border-color: #9C5FAA;
}
</style>