Shades of Violet Blue #9C449F
Tints of Violet Blue #9C449F
RGB
CMYK
RGB Variations
Color information
#9C449F (or 0x9C449F) is known color: Violet Blue. HEX triplet: 9C, 44 and 9F. RGB value is (156,68,159). Sum of RGB (Red+Green+Blue) = 156+68+159=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C449F is #63BB60. Grayscale: #686868. Windows color (decimal): -6536033 or 10437788. OLE color: 10437788.
HSL color Cylindrical-coordinate representation of color #9C449F: hue angle of 298.02º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C449F is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 68 | 159 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.38 |
| HSL | 298.02º | 0.4% | 0.45% | - |
| HSV(B) | 298.02º | 0.57% | 0.62% | - |
| XYZ | 22.04 | 13.71 | 34.28 | - |
| YUV | 104.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 159 | 0.02 | 0.57 | 0 | 0.38 | 298.02 | 0.4 | 0.45 |
| Hex | 9C | 44 | 9F | 2 | 39 | 0 | 26 | 12A | 28 | 2D |
| Octal | 234 | 104 | 237 | 2 | 71 | 0 | 46 | 452 | 50 | 55 |
| Binary | 10011100 | 1000100 | 10011111 | 10 | 111001 | 0 | 100110 | 100101010 | 101000 | 101101 |
Color Harmonies of #9C449F
Complementary color
Monochromatic Colors of #9C449F
Black with #9C449F
Text Example
Text Example
White with #9C449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C449F; }
p { color: rgb(156,68,159); }
H1.HeaderClassName
{
color: #9C449F;
}
.AnyTagClassName
{
color: #9C449F;
}
</style>
background-color css
<style>
a { background-color: #9C449F; }
a { background-color: rgb(156,68,159); }
div.DivClassName
{
background-color: #9C449F;
}
.BgClassName
{
background-color: #9C449F;
}
</style>
border-color css
<style>
span { border-color: #9C449F; }
span { border-color: rgb(156,68,159); }
td.TdClassName
{
border-color: #9C449F;
}
.TagClassName
{
border-color: #9C449F;
}
</style>