Shades of Violet Blue #9C419A
Tints of Violet Blue #9C419A
RGB
CMYK
RGB Variations
Color information
#9C419A (or 0x9C419A) is known color: Violet Blue. HEX triplet: 9C, 41 and 9A. RGB value is (156,65,154). Sum of RGB (Red+Green+Blue) = 156+65+154=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C419A is #63BE65. Grayscale: #666666. Windows color (decimal): -6536806 or 10109340. OLE color: 10109340.
HSL color Cylindrical-coordinate representation of color #9C419A: hue angle of 301.32º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C419A is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 65 | 154 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.39 |
| HSL | 301.32º | 0.41% | 0.43% | - |
| HSV(B) | 301.32º | 0.58% | 0.61% | - |
| XYZ | 21.43 | 13.18 | 31.99 | - |
| YUV | 102.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 154 | 0 | 0.58 | 0.01 | 0.39 | 301.32 | 0.41 | 0.43 |
| Hex | 9C | 41 | 9A | 0 | 3A | 1 | 27 | 12D | 29 | 2B |
| Octal | 234 | 101 | 232 | 0 | 72 | 1 | 47 | 455 | 51 | 53 |
| Binary | 10011100 | 1000001 | 10011010 | 0 | 111010 | 1 | 100111 | 100101101 | 101001 | 101011 |
Color Harmonies of #9C419A
Complementary color
Monochromatic Colors of #9C419A
Black with #9C419A
Text Example
Text Example
White with #9C419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C419A; }
p { color: rgb(156,65,154); }
H1.HeaderClassName
{
color: #9C419A;
}
.AnyTagClassName
{
color: #9C419A;
}
</style>
background-color css
<style>
a { background-color: #9C419A; }
a { background-color: rgb(156,65,154); }
div.DivClassName
{
background-color: #9C419A;
}
.BgClassName
{
background-color: #9C419A;
}
</style>
border-color css
<style>
span { border-color: #9C419A; }
span { border-color: rgb(156,65,154); }
td.TdClassName
{
border-color: #9C419A;
}
.TagClassName
{
border-color: #9C419A;
}
</style>