Shades of Violet Blue #9C6898
Tints of Violet Blue #9C6898
RGB
CMYK
RGB Variations
Color information
#9C6898 (or 0x9C6898) is known color: Violet Blue. HEX triplet: 9C, 68 and 98. RGB value is (156,104,152). Sum of RGB (Red+Green+Blue) = 156+104+152=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6898 is #639767. Grayscale: #7C7C7C. Windows color (decimal): -6526824 or 9988252. OLE color: 9988252.
HSL color Cylindrical-coordinate representation of color #9C6898: hue angle of 304.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C6898 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 152 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.39 |
| HSL | 304.62º | 0.21% | 0.51% | - |
| HSV(B) | 304.62º | 0.33% | 0.61% | - |
| XYZ | 24.33 | 19.24 | 32.14 | - |
| YUV | 125.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 152 | 0 | 0.33 | 0.03 | 0.39 | 304.62 | 0.21 | 0.51 |
| Hex | 9C | 68 | 98 | 0 | 21 | 3 | 27 | 131 | 15 | 33 |
| Octal | 234 | 150 | 230 | 0 | 41 | 3 | 47 | 461 | 25 | 63 |
| Binary | 10011100 | 1101000 | 10011000 | 0 | 100001 | 11 | 100111 | 100110001 | 10101 | 110011 |
Color Harmonies of #9C6898
Complementary color
Monochromatic Colors of #9C6898
Black with #9C6898
Text Example
Text Example
White with #9C6898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6898; }
p { color: rgb(156,104,152); }
H1.HeaderClassName
{
color: #9C6898;
}
.AnyTagClassName
{
color: #9C6898;
}
</style>
background-color css
<style>
a { background-color: #9C6898; }
a { background-color: rgb(156,104,152); }
div.DivClassName
{
background-color: #9C6898;
}
.BgClassName
{
background-color: #9C6898;
}
</style>
border-color css
<style>
span { border-color: #9C6898; }
span { border-color: rgb(156,104,152); }
td.TdClassName
{
border-color: #9C6898;
}
.TagClassName
{
border-color: #9C6898;
}
</style>