Shades of Violet Blue #9C4F9D
Tints of Violet Blue #9C4F9D
RGB
CMYK
RGB Variations
Color information
#9C4F9D (or 0x9C4F9D) is known color: Violet Blue. HEX triplet: 9C, 4F and 9D. RGB value is (156,79,157). Sum of RGB (Red+Green+Blue) = 156+79+157=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C4F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4F9D is #63B062. Grayscale: #6E6E6E. Windows color (decimal): -6533219 or 10309532. OLE color: 10309532.
HSL color Cylindrical-coordinate representation of color #9C4F9D: hue angle of 299.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C4F9D is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 79 | 157 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.38 |
| HSL | 299.23º | 0.33% | 0.46% | - |
| HSV(B) | 299.23º | 0.5% | 0.62% | - |
| XYZ | 22.59 | 15.09 | 33.62 | - |
| YUV | 110.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 157 | 0.01 | 0.50 | 0 | 0.38 | 299.23 | 0.33 | 0.46 |
| Hex | 9C | 4F | 9D | 1 | 32 | 0 | 26 | 12B | 21 | 2E |
| Octal | 234 | 117 | 235 | 1 | 62 | 0 | 46 | 453 | 41 | 56 |
| Binary | 10011100 | 1001111 | 10011101 | 1 | 110010 | 0 | 100110 | 100101011 | 100001 | 101110 |
Color Harmonies of #9C4F9D
Complementary color
Monochromatic Colors of #9C4F9D
Black with #9C4F9D
Text Example
Text Example
White with #9C4F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4F9D; }
p { color: rgb(156,79,157); }
H1.HeaderClassName
{
color: #9C4F9D;
}
.AnyTagClassName
{
color: #9C4F9D;
}
</style>
background-color css
<style>
a { background-color: #9C4F9D; }
a { background-color: rgb(156,79,157); }
div.DivClassName
{
background-color: #9C4F9D;
}
.BgClassName
{
background-color: #9C4F9D;
}
</style>
border-color css
<style>
span { border-color: #9C4F9D; }
span { border-color: rgb(156,79,157); }
td.TdClassName
{
border-color: #9C4F9D;
}
.TagClassName
{
border-color: #9C4F9D;
}
</style>