Shades of Violet Blue #9C62A6
Tints of Violet Blue #9C62A6
RGB
CMYK
RGB Variations
Color information
#9C62A6 (or 0x9C62A6) is known color: Violet Blue. HEX triplet: 9C, 62 and A6. RGB value is (156,98,166). Sum of RGB (Red+Green+Blue) = 156+98+166=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 166 - color contains mainly: blue. Hex color #9C62A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C62A6 is #639D59. Grayscale: #7A7A7A. Windows color (decimal): -6528346 or 10904220. OLE color: 10904220.
HSL color Cylindrical-coordinate representation of color #9C62A6: hue angle of 291.18º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C62A6 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 98 | 166 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.35 |
| HSL | 291.18º | 0.28% | 0.52% | - |
| HSV(B) | 291.18º | 0.41% | 0.65% | - |
| XYZ | 24.96 | 18.56 | 38.34 | - |
| YUV | 123.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 166 | 0.06 | 0.41 | 0 | 0.35 | 291.18 | 0.28 | 0.52 |
| Hex | 9C | 62 | A6 | 6 | 29 | 0 | 23 | 123 | 1C | 34 |
| Octal | 234 | 142 | 246 | 6 | 51 | 0 | 43 | 443 | 34 | 64 |
| Binary | 10011100 | 1100010 | 10100110 | 110 | 101001 | 0 | 100011 | 100100011 | 11100 | 110100 |
Color Harmonies of #9C62A6
Complementary color
Monochromatic Colors of #9C62A6
Black with #9C62A6
Text Example
Text Example
White with #9C62A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C62A6; }
p { color: rgb(156,98,166); }
H1.HeaderClassName
{
color: #9C62A6;
}
.AnyTagClassName
{
color: #9C62A6;
}
</style>
background-color css
<style>
a { background-color: #9C62A6; }
a { background-color: rgb(156,98,166); }
div.DivClassName
{
background-color: #9C62A6;
}
.BgClassName
{
background-color: #9C62A6;
}
</style>
border-color css
<style>
span { border-color: #9C62A6; }
span { border-color: rgb(156,98,166); }
td.TdClassName
{
border-color: #9C62A6;
}
.TagClassName
{
border-color: #9C62A6;
}
</style>