Shades of Violet Blue #9C468D
Tints of Violet Blue #9C468D
RGB
CMYK
RGB Variations
Color information
#9C468D (or 0x9C468D) is known color: Violet Blue. HEX triplet: 9C, 46 and 8D. RGB value is (156,70,141). Sum of RGB (Red+Green+Blue) = 156+70+141=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C468D is #63B972. Grayscale: #676767. Windows color (decimal): -6535539 or 9258652. OLE color: 9258652.
HSL color Cylindrical-coordinate representation of color #9C468D: hue angle of 310.47º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C468D is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 141 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.39 |
| HSL | 310.47º | 0.38% | 0.44% | - |
| HSV(B) | 310.47º | 0.55% | 0.61% | - |
| XYZ | 20.71 | 13.37 | 26.69 | - |
| YUV | 103.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 141 | 0 | 0.55 | 0.10 | 0.39 | 310.47 | 0.38 | 0.44 |
| Hex | 9C | 46 | 8D | 0 | 37 | A | 27 | 136 | 26 | 2C |
| Octal | 234 | 106 | 215 | 0 | 67 | 12 | 47 | 466 | 46 | 54 |
| Binary | 10011100 | 1000110 | 10001101 | 0 | 110111 | 1010 | 100111 | 100110110 | 100110 | 101100 |
Color Harmonies of #9C468D
Complementary color
Monochromatic Colors of #9C468D
Black with #9C468D
Text Example
Text Example
White with #9C468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C468D; }
p { color: rgb(156,70,141); }
H1.HeaderClassName
{
color: #9C468D;
}
.AnyTagClassName
{
color: #9C468D;
}
</style>
background-color css
<style>
a { background-color: #9C468D; }
a { background-color: rgb(156,70,141); }
div.DivClassName
{
background-color: #9C468D;
}
.BgClassName
{
background-color: #9C468D;
}
</style>
border-color css
<style>
span { border-color: #9C468D; }
span { border-color: rgb(156,70,141); }
td.TdClassName
{
border-color: #9C468D;
}
.TagClassName
{
border-color: #9C468D;
}
</style>