Shades of Violet Blue #9C448D
Tints of Violet Blue #9C448D
RGB
CMYK
RGB Variations
Color information
#9C448D (or 0x9C448D) is known color: Violet Blue. HEX triplet: 9C, 44 and 8D. RGB value is (156,68,141). Sum of RGB (Red+Green+Blue) = 156+68+141=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C448D is #63BB72. Grayscale: #666666. Windows color (decimal): -6536051 or 9258140. OLE color: 9258140.
HSL color Cylindrical-coordinate representation of color #9C448D: hue angle of 310.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C448D is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 141 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.39 |
| HSL | 310.23º | 0.39% | 0.44% | - |
| HSV(B) | 310.23º | 0.56% | 0.61% | - |
| XYZ | 20.59 | 13.13 | 26.65 | - |
| YUV | 102.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 141 | 0 | 0.56 | 0.10 | 0.39 | 310.23 | 0.39 | 0.44 |
| Hex | 9C | 44 | 8D | 0 | 38 | A | 27 | 136 | 27 | 2C |
| Octal | 234 | 104 | 215 | 0 | 70 | 12 | 47 | 466 | 47 | 54 |
| Binary | 10011100 | 1000100 | 10001101 | 0 | 111000 | 1010 | 100111 | 100110110 | 100111 | 101100 |
Color Harmonies of #9C448D
Complementary color
Monochromatic Colors of #9C448D
Black with #9C448D
Text Example
Text Example
White with #9C448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C448D; }
p { color: rgb(156,68,141); }
H1.HeaderClassName
{
color: #9C448D;
}
.AnyTagClassName
{
color: #9C448D;
}
</style>
background-color css
<style>
a { background-color: #9C448D; }
a { background-color: rgb(156,68,141); }
div.DivClassName
{
background-color: #9C448D;
}
.BgClassName
{
background-color: #9C448D;
}
</style>
border-color css
<style>
span { border-color: #9C448D; }
span { border-color: rgb(156,68,141); }
td.TdClassName
{
border-color: #9C448D;
}
.TagClassName
{
border-color: #9C448D;
}
</style>