Shades of Violet Blue #9C419E
Tints of Violet Blue #9C419E
RGB
CMYK
RGB Variations
Color information
#9C419E (or 0x9C419E) is known color: Violet Blue. HEX triplet: 9C, 41 and 9E. RGB value is (156,65,158). Sum of RGB (Red+Green+Blue) = 156+65+158=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C419E is #63BE61. Grayscale: #666666. Windows color (decimal): -6536802 or 10371484. OLE color: 10371484.
HSL color Cylindrical-coordinate representation of color #9C419E: hue angle of 298.71º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C419E is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 65 | 158 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.38 |
| HSL | 298.71º | 0.42% | 0.44% | - |
| HSV(B) | 298.71º | 0.59% | 0.62% | - |
| XYZ | 21.77 | 13.32 | 33.77 | - |
| YUV | 102.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 158 | 0.01 | 0.59 | 0 | 0.38 | 298.71 | 0.42 | 0.44 |
| Hex | 9C | 41 | 9E | 1 | 3B | 0 | 26 | 12B | 2A | 2C |
| Octal | 234 | 101 | 236 | 1 | 73 | 0 | 46 | 453 | 52 | 54 |
| Binary | 10011100 | 1000001 | 10011110 | 1 | 111011 | 0 | 100110 | 100101011 | 101010 | 101100 |
Color Harmonies of #9C419E
Complementary color
Monochromatic Colors of #9C419E
Black with #9C419E
Text Example
Text Example
White with #9C419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C419E; }
p { color: rgb(156,65,158); }
H1.HeaderClassName
{
color: #9C419E;
}
.AnyTagClassName
{
color: #9C419E;
}
</style>
background-color css
<style>
a { background-color: #9C419E; }
a { background-color: rgb(156,65,158); }
div.DivClassName
{
background-color: #9C419E;
}
.BgClassName
{
background-color: #9C419E;
}
</style>
border-color css
<style>
span { border-color: #9C419E; }
span { border-color: rgb(156,65,158); }
td.TdClassName
{
border-color: #9C419E;
}
.TagClassName
{
border-color: #9C419E;
}
</style>