Shades of Violet Blue #9C4D9F
Tints of Violet Blue #9C4D9F
RGB
CMYK
RGB Variations
Color information
#9C4D9F (or 0x9C4D9F) is known color: Violet Blue. HEX triplet: 9C, 4D and 9F. RGB value is (156,77,159). Sum of RGB (Red+Green+Blue) = 156+77+159=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C4D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4D9F is #63B260. Grayscale: #6D6D6D. Windows color (decimal): -6533729 or 10440092. OLE color: 10440092.
HSL color Cylindrical-coordinate representation of color #9C4D9F: hue angle of 297.8º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C4D9F is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 77 | 159 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.38 |
| HSL | 297.8º | 0.35% | 0.46% | - |
| HSV(B) | 297.8º | 0.52% | 0.62% | - |
| XYZ | 22.62 | 14.88 | 34.48 | - |
| YUV | 109.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 159 | 0.02 | 0.52 | 0 | 0.38 | 297.8 | 0.35 | 0.46 |
| Hex | 9C | 4D | 9F | 2 | 34 | 0 | 26 | 12A | 23 | 2E |
| Octal | 234 | 115 | 237 | 2 | 64 | 0 | 46 | 452 | 43 | 56 |
| Binary | 10011100 | 1001101 | 10011111 | 10 | 110100 | 0 | 100110 | 100101010 | 100011 | 101110 |
Color Harmonies of #9C4D9F
Complementary color
Monochromatic Colors of #9C4D9F
Black with #9C4D9F
Text Example
Text Example
White with #9C4D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D9F; }
p { color: rgb(156,77,159); }
H1.HeaderClassName
{
color: #9C4D9F;
}
.AnyTagClassName
{
color: #9C4D9F;
}
</style>
background-color css
<style>
a { background-color: #9C4D9F; }
a { background-color: rgb(156,77,159); }
div.DivClassName
{
background-color: #9C4D9F;
}
.BgClassName
{
background-color: #9C4D9F;
}
</style>
border-color css
<style>
span { border-color: #9C4D9F; }
span { border-color: rgb(156,77,159); }
td.TdClassName
{
border-color: #9C4D9F;
}
.TagClassName
{
border-color: #9C4D9F;
}
</style>