Shades of Violet Blue #9C54A6
Tints of Violet Blue #9C54A6
RGB
CMYK
RGB Variations
Color information
#9C54A6 (or 0x9C54A6) is known color: Violet Blue. HEX triplet: 9C, 54 and A6. RGB value is (156,84,166). Sum of RGB (Red+Green+Blue) = 156+84+166=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 166 - color contains mainly: blue. Hex color #9C54A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C54A6 is #63AB59. Grayscale: #727272. Windows color (decimal): -6531930 or 10900636. OLE color: 10900636.
HSL color Cylindrical-coordinate representation of color #9C54A6: hue angle of 292.68º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C54A6 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 84 | 166 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.35 |
| HSL | 292.68º | 0.33% | 0.49% | - |
| HSV(B) | 292.68º | 0.49% | 0.65% | - |
| XYZ | 23.76 | 16.16 | 37.94 | - |
| YUV | 114.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 166 | 0.06 | 0.49 | 0 | 0.35 | 292.68 | 0.33 | 0.49 |
| Hex | 9C | 54 | A6 | 6 | 31 | 0 | 23 | 125 | 21 | 31 |
| Octal | 234 | 124 | 246 | 6 | 61 | 0 | 43 | 445 | 41 | 61 |
| Binary | 10011100 | 1010100 | 10100110 | 110 | 110001 | 0 | 100011 | 100100101 | 100001 | 110001 |
Color Harmonies of #9C54A6
Complementary color
Monochromatic Colors of #9C54A6
Black with #9C54A6
Text Example
Text Example
White with #9C54A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54A6; }
p { color: rgb(156,84,166); }
H1.HeaderClassName
{
color: #9C54A6;
}
.AnyTagClassName
{
color: #9C54A6;
}
</style>
background-color css
<style>
a { background-color: #9C54A6; }
a { background-color: rgb(156,84,166); }
div.DivClassName
{
background-color: #9C54A6;
}
.BgClassName
{
background-color: #9C54A6;
}
</style>
border-color css
<style>
span { border-color: #9C54A6; }
span { border-color: rgb(156,84,166); }
td.TdClassName
{
border-color: #9C54A6;
}
.TagClassName
{
border-color: #9C54A6;
}
</style>