Shades of Violet Blue #9C619C
Tints of Violet Blue #9C619C
RGB
CMYK
RGB Variations
Color information
#9C619C (or 0x9C619C) is known color: Violet Blue. HEX triplet: 9C, 61 and 9C. RGB value is (156,97,156). Sum of RGB (Red+Green+Blue) = 156+97+156=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C619C is #639E63. Grayscale: #797979. Windows color (decimal): -6528612 or 10248604. OLE color: 10248604.
HSL color Cylindrical-coordinate representation of color #9C619C: hue angle of 300º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C619C is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 156 | - |
| CMYK | 0 | 0.38 | 0 | 0.39 |
| HSL | 300º | 0.23% | 0.5% | - |
| HSV(B) | 300º | 0.38% | 0.61% | - |
| XYZ | 23.99 | 18.02 | 33.67 | - |
| YUV | 121.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 156 | 0 | 0.38 | 0 | 0.39 | 300 | 0.23 | 0.5 |
| Hex | 9C | 61 | 9C | 0 | 26 | 0 | 27 | 12C | 17 | 32 |
| Octal | 234 | 141 | 234 | 0 | 46 | 0 | 47 | 454 | 27 | 62 |
| Binary | 10011100 | 1100001 | 10011100 | 0 | 100110 | 0 | 100111 | 100101100 | 10111 | 110010 |
Color Harmonies of #9C619C
Complementary color
Monochromatic Colors of #9C619C
Black with #9C619C
Text Example
Text Example
White with #9C619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C619C; }
p { color: rgb(156,97,156); }
H1.HeaderClassName
{
color: #9C619C;
}
.AnyTagClassName
{
color: #9C619C;
}
</style>
background-color css
<style>
a { background-color: #9C619C; }
a { background-color: rgb(156,97,156); }
div.DivClassName
{
background-color: #9C619C;
}
.BgClassName
{
background-color: #9C619C;
}
</style>
border-color css
<style>
span { border-color: #9C619C; }
span { border-color: rgb(156,97,156); }
td.TdClassName
{
border-color: #9C619C;
}
.TagClassName
{
border-color: #9C619C;
}
</style>