Shades of Violet Blue #9C49A3
Tints of Violet Blue #9C49A3
RGB
CMYK
RGB Variations
Color information
#9C49A3 (or 0x9C49A3) is known color: Violet Blue. HEX triplet: 9C, 49 and A3. RGB value is (156,73,163). Sum of RGB (Red+Green+Blue) = 156+73+163=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 163 - color contains mainly: blue. Hex color #9C49A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C49A3 is #63B65C. Grayscale: #6B6B6B. Windows color (decimal): -6534749 or 10701212. OLE color: 10701212.
HSL color Cylindrical-coordinate representation of color #9C49A3: hue angle of 295.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C49A3 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 73 | 163 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.36 |
| HSL | 295.33º | 0.38% | 0.46% | - |
| HSV(B) | 295.33º | 0.55% | 0.64% | - |
| XYZ | 22.7 | 14.48 | 36.25 | - |
| YUV | 108.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 163 | 0.04 | 0.55 | 0 | 0.36 | 295.33 | 0.38 | 0.46 |
| Hex | 9C | 49 | A3 | 4 | 37 | 0 | 24 | 127 | 26 | 2E |
| Octal | 234 | 111 | 243 | 4 | 67 | 0 | 44 | 447 | 46 | 56 |
| Binary | 10011100 | 1001001 | 10100011 | 100 | 110111 | 0 | 100100 | 100100111 | 100110 | 101110 |
Color Harmonies of #9C49A3
Complementary color
Monochromatic Colors of #9C49A3
Black with #9C49A3
Text Example
Text Example
White with #9C49A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C49A3; }
p { color: rgb(156,73,163); }
H1.HeaderClassName
{
color: #9C49A3;
}
.AnyTagClassName
{
color: #9C49A3;
}
</style>
background-color css
<style>
a { background-color: #9C49A3; }
a { background-color: rgb(156,73,163); }
div.DivClassName
{
background-color: #9C49A3;
}
.BgClassName
{
background-color: #9C49A3;
}
</style>
border-color css
<style>
span { border-color: #9C49A3; }
span { border-color: rgb(156,73,163); }
td.TdClassName
{
border-color: #9C49A3;
}
.TagClassName
{
border-color: #9C49A3;
}
</style>