Shades of Violet Blue #9C5A98
Tints of Violet Blue #9C5A98
RGB
CMYK
RGB Variations
Color information
#9C5A98 (or 0x9C5A98) is known color: Violet Blue. HEX triplet: 9C, 5A and 98. RGB value is (156,90,152). Sum of RGB (Red+Green+Blue) = 156+90+152=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5A98 is #63A567. Grayscale: #747474. Windows color (decimal): -6530408 or 9984668. OLE color: 9984668.
HSL color Cylindrical-coordinate representation of color #9C5A98: hue angle of 303.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5A98 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 90 | 152 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.39 |
| HSL | 303.64º | 0.27% | 0.48% | - |
| HSV(B) | 303.64º | 0.42% | 0.61% | - |
| XYZ | 23.03 | 16.65 | 31.7 | - |
| YUV | 116.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 152 | 0 | 0.42 | 0.03 | 0.39 | 303.64 | 0.27 | 0.48 |
| Hex | 9C | 5A | 98 | 0 | 2A | 3 | 27 | 130 | 1B | 30 |
| Octal | 234 | 132 | 230 | 0 | 52 | 3 | 47 | 460 | 33 | 60 |
| Binary | 10011100 | 1011010 | 10011000 | 0 | 101010 | 11 | 100111 | 100110000 | 11011 | 110000 |
Color Harmonies of #9C5A98
Complementary color
Monochromatic Colors of #9C5A98
Black with #9C5A98
Text Example
Text Example
White with #9C5A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5A98; }
p { color: rgb(156,90,152); }
H1.HeaderClassName
{
color: #9C5A98;
}
.AnyTagClassName
{
color: #9C5A98;
}
</style>
background-color css
<style>
a { background-color: #9C5A98; }
a { background-color: rgb(156,90,152); }
div.DivClassName
{
background-color: #9C5A98;
}
.BgClassName
{
background-color: #9C5A98;
}
</style>
border-color css
<style>
span { border-color: #9C5A98; }
span { border-color: rgb(156,90,152); }
td.TdClassName
{
border-color: #9C5A98;
}
.TagClassName
{
border-color: #9C5A98;
}
</style>