Shades of Violet Blue #9C51A3
Tints of Violet Blue #9C51A3
RGB
CMYK
RGB Variations
Color information
#9C51A3 (or 0x9C51A3) is known color: Violet Blue. HEX triplet: 9C, 51 and A3. RGB value is (156,81,163). Sum of RGB (Red+Green+Blue) = 156+81+163=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 163 - color contains mainly: blue. Hex color #9C51A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C51A3 is #63AE5C. Grayscale: #707070. Windows color (decimal): -6532701 or 10703260. OLE color: 10703260.
HSL color Cylindrical-coordinate representation of color #9C51A3: hue angle of 294.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C51A3 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 81 | 163 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.36 |
| HSL | 294.88º | 0.34% | 0.48% | - |
| HSV(B) | 294.88º | 0.5% | 0.64% | - |
| XYZ | 23.26 | 15.6 | 36.43 | - |
| YUV | 112.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 163 | 0.04 | 0.50 | 0 | 0.36 | 294.88 | 0.34 | 0.48 |
| Hex | 9C | 51 | A3 | 4 | 32 | 0 | 24 | 127 | 22 | 30 |
| Octal | 234 | 121 | 243 | 4 | 62 | 0 | 44 | 447 | 42 | 60 |
| Binary | 10011100 | 1010001 | 10100011 | 100 | 110010 | 0 | 100100 | 100100111 | 100010 | 110000 |
Color Harmonies of #9C51A3
Complementary color
Monochromatic Colors of #9C51A3
Black with #9C51A3
Text Example
Text Example
White with #9C51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C51A3; }
p { color: rgb(156,81,163); }
H1.HeaderClassName
{
color: #9C51A3;
}
.AnyTagClassName
{
color: #9C51A3;
}
</style>
background-color css
<style>
a { background-color: #9C51A3; }
a { background-color: rgb(156,81,163); }
div.DivClassName
{
background-color: #9C51A3;
}
.BgClassName
{
background-color: #9C51A3;
}
</style>
border-color css
<style>
span { border-color: #9C51A3; }
span { border-color: rgb(156,81,163); }
td.TdClassName
{
border-color: #9C51A3;
}
.TagClassName
{
border-color: #9C51A3;
}
</style>