Shades of Violet Blue #9C45A2
Tints of Violet Blue #9C45A2
RGB
CMYK
RGB Variations
Color information
#9C45A2 (or 0x9C45A2) is known color: Violet Blue. HEX triplet: 9C, 45 and A2. RGB value is (156,69,162). Sum of RGB (Red+Green+Blue) = 156+69+162=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C45A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C45A2 is #63BA5D. Grayscale: #696969. Windows color (decimal): -6535774 or 10634652. OLE color: 10634652.
HSL color Cylindrical-coordinate representation of color #9C45A2: hue angle of 296.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C45A2 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 69 | 162 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.36 |
| HSL | 296.13º | 0.4% | 0.45% | - |
| HSV(B) | 296.13º | 0.57% | 0.64% | - |
| XYZ | 22.36 | 13.93 | 35.69 | - |
| YUV | 105.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 162 | 0.04 | 0.57 | 0 | 0.36 | 296.13 | 0.4 | 0.45 |
| Hex | 9C | 45 | A2 | 4 | 39 | 0 | 24 | 128 | 28 | 2D |
| Octal | 234 | 105 | 242 | 4 | 71 | 0 | 44 | 450 | 50 | 55 |
| Binary | 10011100 | 1000101 | 10100010 | 100 | 111001 | 0 | 100100 | 100101000 | 101000 | 101101 |
Color Harmonies of #9C45A2
Complementary color
Monochromatic Colors of #9C45A2
Black with #9C45A2
Text Example
Text Example
White with #9C45A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C45A2; }
p { color: rgb(156,69,162); }
H1.HeaderClassName
{
color: #9C45A2;
}
.AnyTagClassName
{
color: #9C45A2;
}
</style>
background-color css
<style>
a { background-color: #9C45A2; }
a { background-color: rgb(156,69,162); }
div.DivClassName
{
background-color: #9C45A2;
}
.BgClassName
{
background-color: #9C45A2;
}
</style>
border-color css
<style>
span { border-color: #9C45A2; }
span { border-color: rgb(156,69,162); }
td.TdClassName
{
border-color: #9C45A2;
}
.TagClassName
{
border-color: #9C45A2;
}
</style>