Shades of Violet Blue #9C67A1
Tints of Violet Blue #9C67A1
RGB
CMYK
RGB Variations
Color information
#9C67A1 (or 0x9C67A1) is known color: Violet Blue. HEX triplet: 9C, 67 and A1. RGB value is (156,103,161). Sum of RGB (Red+Green+Blue) = 156+103+161=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 161 - color contains mainly: blue. Hex color #9C67A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C67A1 is #63985E. Grayscale: #7D7D7D. Windows color (decimal): -6527071 or 10577820. OLE color: 10577820.
HSL color Cylindrical-coordinate representation of color #9C67A1: hue angle of 294.83º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C67A1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 103 | 161 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.37 |
| HSL | 294.83º | 0.24% | 0.52% | - |
| HSV(B) | 294.83º | 0.36% | 0.63% | - |
| XYZ | 24.99 | 19.34 | 36.13 | - |
| YUV | 125.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 161 | 0.03 | 0.36 | 0 | 0.37 | 294.83 | 0.24 | 0.52 |
| Hex | 9C | 67 | A1 | 3 | 24 | 0 | 25 | 127 | 18 | 34 |
| Octal | 234 | 147 | 241 | 3 | 44 | 0 | 45 | 447 | 30 | 64 |
| Binary | 10011100 | 1100111 | 10100001 | 11 | 100100 | 0 | 100101 | 100100111 | 11000 | 110100 |
Color Harmonies of #9C67A1
Complementary color
Monochromatic Colors of #9C67A1
Black with #9C67A1
Text Example
Text Example
White with #9C67A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C67A1; }
p { color: rgb(156,103,161); }
H1.HeaderClassName
{
color: #9C67A1;
}
.AnyTagClassName
{
color: #9C67A1;
}
</style>
background-color css
<style>
a { background-color: #9C67A1; }
a { background-color: rgb(156,103,161); }
div.DivClassName
{
background-color: #9C67A1;
}
.BgClassName
{
background-color: #9C67A1;
}
</style>
border-color css
<style>
span { border-color: #9C67A1; }
span { border-color: rgb(156,103,161); }
td.TdClassName
{
border-color: #9C67A1;
}
.TagClassName
{
border-color: #9C67A1;
}
</style>