Shades of Violet Blue #9C449A
Tints of Violet Blue #9C449A
RGB
CMYK
RGB Variations
Color information
#9C449A (or 0x9C449A) is known color: Violet Blue. HEX triplet: 9C, 44 and 9A. RGB value is (156,68,154). Sum of RGB (Red+Green+Blue) = 156+68+154=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C449A is #63BB65. Grayscale: #676767. Windows color (decimal): -6536038 or 10110108. OLE color: 10110108.
HSL color Cylindrical-coordinate representation of color #9C449A: hue angle of 301.36º 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 #9C449A is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 154 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.39 |
| HSL | 301.36º | 0.39% | 0.44% | - |
| HSV(B) | 301.36º | 0.56% | 0.61% | - |
| XYZ | 21.61 | 13.54 | 32.05 | - |
| YUV | 104.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 154 | 0 | 0.56 | 0.01 | 0.39 | 301.36 | 0.39 | 0.44 |
| Hex | 9C | 44 | 9A | 0 | 38 | 1 | 27 | 12D | 27 | 2C |
| Octal | 234 | 104 | 232 | 0 | 70 | 1 | 47 | 455 | 47 | 54 |
| Binary | 10011100 | 1000100 | 10011010 | 0 | 111000 | 1 | 100111 | 100101101 | 100111 | 101100 |
Color Harmonies of #9C449A
Complementary color
Monochromatic Colors of #9C449A
Black with #9C449A
Text Example
Text Example
White with #9C449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C449A; }
p { color: rgb(156,68,154); }
H1.HeaderClassName
{
color: #9C449A;
}
.AnyTagClassName
{
color: #9C449A;
}
</style>
background-color css
<style>
a { background-color: #9C449A; }
a { background-color: rgb(156,68,154); }
div.DivClassName
{
background-color: #9C449A;
}
.BgClassName
{
background-color: #9C449A;
}
</style>
border-color css
<style>
span { border-color: #9C449A; }
span { border-color: rgb(156,68,154); }
td.TdClassName
{
border-color: #9C449A;
}
.TagClassName
{
border-color: #9C449A;
}
</style>