Shades of Violet Blue #9C4E8D
Tints of Violet Blue #9C4E8D
RGB
CMYK
RGB Variations
Color information
#9C4E8D (or 0x9C4E8D) is known color: Violet Blue. HEX triplet: 9C, 4E and 8D. RGB value is (156,78,141). Sum of RGB (Red+Green+Blue) = 156+78+141=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4E8D is #63B172. Grayscale: #6C6C6C. Windows color (decimal): -6533491 or 9260700. OLE color: 9260700.
HSL color Cylindrical-coordinate representation of color #9C4E8D: hue angle of 311.54º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C4E8D is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 78 | 141 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.39 |
| HSL | 311.54º | 0.33% | 0.46% | - |
| HSV(B) | 311.54º | 0.5% | 0.61% | - |
| XYZ | 21.24 | 14.44 | 26.87 | - |
| YUV | 108.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 141 | 0 | 0.5 | 0.10 | 0.39 | 311.54 | 0.33 | 0.46 |
| Hex | 9C | 4E | 8D | 0 | 32 | A | 27 | 138 | 21 | 2E |
| Octal | 234 | 116 | 215 | 0 | 62 | 12 | 47 | 470 | 41 | 56 |
| Binary | 10011100 | 1001110 | 10001101 | 0 | 110010 | 1010 | 100111 | 100111000 | 100001 | 101110 |
Color Harmonies of #9C4E8D
Complementary color
Monochromatic Colors of #9C4E8D
Black with #9C4E8D
Text Example
Text Example
White with #9C4E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4E8D; }
p { color: rgb(156,78,141); }
H1.HeaderClassName
{
color: #9C4E8D;
}
.AnyTagClassName
{
color: #9C4E8D;
}
</style>
background-color css
<style>
a { background-color: #9C4E8D; }
a { background-color: rgb(156,78,141); }
div.DivClassName
{
background-color: #9C4E8D;
}
.BgClassName
{
background-color: #9C4E8D;
}
</style>
border-color css
<style>
span { border-color: #9C4E8D; }
span { border-color: rgb(156,78,141); }
td.TdClassName
{
border-color: #9C4E8D;
}
.TagClassName
{
border-color: #9C4E8D;
}
</style>