Shades of Violet Blue #9C4A8D
Tints of Violet Blue #9C4A8D
RGB
CMYK
RGB Variations
Color information
#9C4A8D (or 0x9C4A8D) is known color: Violet Blue. HEX triplet: 9C, 4A and 8D. RGB value is (156,74,141). Sum of RGB (Red+Green+Blue) = 156+74+141=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4A8D is #63B572. Grayscale: #696969. Windows color (decimal): -6534515 or 9259676. OLE color: 9259676.
HSL color Cylindrical-coordinate representation of color #9C4A8D: hue angle of 310.98º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4A8D is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 74 | 141 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.39 |
| HSL | 310.98º | 0.36% | 0.45% | - |
| HSV(B) | 310.98º | 0.53% | 0.61% | - |
| XYZ | 20.97 | 13.89 | 26.77 | - |
| YUV | 106.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 141 | 0 | 0.53 | 0.10 | 0.39 | 310.98 | 0.36 | 0.45 |
| Hex | 9C | 4A | 8D | 0 | 35 | A | 27 | 137 | 24 | 2D |
| Octal | 234 | 112 | 215 | 0 | 65 | 12 | 47 | 467 | 44 | 55 |
| Binary | 10011100 | 1001010 | 10001101 | 0 | 110101 | 1010 | 100111 | 100110111 | 100100 | 101101 |
Color Harmonies of #9C4A8D
Complementary color
Monochromatic Colors of #9C4A8D
Black with #9C4A8D
Text Example
Text Example
White with #9C4A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4A8D; }
p { color: rgb(156,74,141); }
H1.HeaderClassName
{
color: #9C4A8D;
}
.AnyTagClassName
{
color: #9C4A8D;
}
</style>
background-color css
<style>
a { background-color: #9C4A8D; }
a { background-color: rgb(156,74,141); }
div.DivClassName
{
background-color: #9C4A8D;
}
.BgClassName
{
background-color: #9C4A8D;
}
</style>
border-color css
<style>
span { border-color: #9C4A8D; }
span { border-color: rgb(156,74,141); }
td.TdClassName
{
border-color: #9C4A8D;
}
.TagClassName
{
border-color: #9C4A8D;
}
</style>