Shades of Violet Blue #9C4D8A
Tints of Violet Blue #9C4D8A
RGB
CMYK
RGB Variations
Color information
#9C4D8A (or 0x9C4D8A) is known color: Violet Blue. HEX triplet: 9C, 4D and 8A. RGB value is (156,77,138). Sum of RGB (Red+Green+Blue) = 156+77+138=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4D8A is #63B275. Grayscale: #6B6B6B. Windows color (decimal): -6533750 or 9063836. OLE color: 9063836.
HSL color Cylindrical-coordinate representation of color #9C4D8A: hue angle of 313.67º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4D8A is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 138 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.39 |
| HSL | 313.67º | 0.34% | 0.46% | - |
| HSV(B) | 313.67º | 0.51% | 0.61% | - |
| XYZ | 20.95 | 14.21 | 25.68 | - |
| YUV | 107.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 138 | 0 | 0.51 | 0.12 | 0.39 | 313.67 | 0.34 | 0.46 |
| Hex | 9C | 4D | 8A | 0 | 33 | C | 27 | 13A | 22 | 2E |
| Octal | 234 | 115 | 212 | 0 | 63 | 14 | 47 | 472 | 42 | 56 |
| Binary | 10011100 | 1001101 | 10001010 | 0 | 110011 | 1100 | 100111 | 100111010 | 100010 | 101110 |
Color Harmonies of #9C4D8A
Complementary color
Monochromatic Colors of #9C4D8A
Black with #9C4D8A
Text Example
Text Example
White with #9C4D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D8A; }
p { color: rgb(156,77,138); }
H1.HeaderClassName
{
color: #9C4D8A;
}
.AnyTagClassName
{
color: #9C4D8A;
}
</style>
background-color css
<style>
a { background-color: #9C4D8A; }
a { background-color: rgb(156,77,138); }
div.DivClassName
{
background-color: #9C4D8A;
}
.BgClassName
{
background-color: #9C4D8A;
}
</style>
border-color css
<style>
span { border-color: #9C4D8A; }
span { border-color: rgb(156,77,138); }
td.TdClassName
{
border-color: #9C4D8A;
}
.TagClassName
{
border-color: #9C4D8A;
}
</style>