Shades of Violet Blue #9C4A8F
Tints of Violet Blue #9C4A8F
RGB
CMYK
RGB Variations
Color information
#9C4A8F (or 0x9C4A8F) is known color: Violet Blue. HEX triplet: 9C, 4A and 8F. RGB value is (156,74,143). Sum of RGB (Red+Green+Blue) = 156+74+143=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4A8F is #63B570. Grayscale: #6A6A6A. Windows color (decimal): -6534513 or 9390748. OLE color: 9390748.
HSL color Cylindrical-coordinate representation of color #9C4A8F: hue angle of 309.51º 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 #9C4A8F is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 74 | 143 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.39 |
| HSL | 309.51º | 0.36% | 0.45% | - |
| HSV(B) | 309.51º | 0.53% | 0.61% | - |
| XYZ | 21.12 | 13.95 | 27.57 | - |
| YUV | 106.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 143 | 0 | 0.53 | 0.08 | 0.39 | 309.51 | 0.36 | 0.45 |
| Hex | 9C | 4A | 8F | 0 | 35 | 8 | 27 | 136 | 24 | 2D |
| Octal | 234 | 112 | 217 | 0 | 65 | 10 | 47 | 466 | 44 | 55 |
| Binary | 10011100 | 1001010 | 10001111 | 0 | 110101 | 1000 | 100111 | 100110110 | 100100 | 101101 |
Color Harmonies of #9C4A8F
Complementary color
Monochromatic Colors of #9C4A8F
Black with #9C4A8F
Text Example
Text Example
White with #9C4A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4A8F; }
p { color: rgb(156,74,143); }
H1.HeaderClassName
{
color: #9C4A8F;
}
.AnyTagClassName
{
color: #9C4A8F;
}
</style>
background-color css
<style>
a { background-color: #9C4A8F; }
a { background-color: rgb(156,74,143); }
div.DivClassName
{
background-color: #9C4A8F;
}
.BgClassName
{
background-color: #9C4A8F;
}
</style>
border-color css
<style>
span { border-color: #9C4A8F; }
span { border-color: rgb(156,74,143); }
td.TdClassName
{
border-color: #9C4A8F;
}
.TagClassName
{
border-color: #9C4A8F;
}
</style>