Shades of Violet Blue #9C6697
Tints of Violet Blue #9C6697
RGB
CMYK
RGB Variations
Color information
#9C6697 (or 0x9C6697) is known color: Violet Blue. HEX triplet: 9C, 66 and 97. RGB value is (156,102,151). Sum of RGB (Red+Green+Blue) = 156+102+151=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6697 is #639968. Grayscale: #7B7B7B. Windows color (decimal): -6527337 or 9922204. OLE color: 9922204.
HSL color Cylindrical-coordinate representation of color #9C6697: hue angle of 305.56º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6697 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 151 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.39 |
| HSL | 305.56º | 0.21% | 0.51% | - |
| HSV(B) | 305.56º | 0.35% | 0.61% | - |
| XYZ | 24.05 | 18.81 | 31.64 | - |
| YUV | 123.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 151 | 0 | 0.35 | 0.03 | 0.39 | 305.56 | 0.21 | 0.51 |
| Hex | 9C | 66 | 97 | 0 | 23 | 3 | 27 | 132 | 15 | 33 |
| Octal | 234 | 146 | 227 | 0 | 43 | 3 | 47 | 462 | 25 | 63 |
| Binary | 10011100 | 1100110 | 10010111 | 0 | 100011 | 11 | 100111 | 100110010 | 10101 | 110011 |
Color Harmonies of #9C6697
Complementary color
Monochromatic Colors of #9C6697
Black with #9C6697
Text Example
Text Example
White with #9C6697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6697; }
p { color: rgb(156,102,151); }
H1.HeaderClassName
{
color: #9C6697;
}
.AnyTagClassName
{
color: #9C6697;
}
</style>
background-color css
<style>
a { background-color: #9C6697; }
a { background-color: rgb(156,102,151); }
div.DivClassName
{
background-color: #9C6697;
}
.BgClassName
{
background-color: #9C6697;
}
</style>
border-color css
<style>
span { border-color: #9C6697; }
span { border-color: rgb(156,102,151); }
td.TdClassName
{
border-color: #9C6697;
}
.TagClassName
{
border-color: #9C6697;
}
</style>