Shades of Violet Blue #9C58AA
Tints of Violet Blue #9C58AA
RGB
CMYK
RGB Variations
Color information
#9C58AA (or 0x9C58AA) is known color: Violet Blue. HEX triplet: 9C, 58 and AA. RGB value is (156,88,170). Sum of RGB (Red+Green+Blue) = 156+88+170=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C58AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C58AA is #63A755. Grayscale: #757575. Windows color (decimal): -6530902 or 11163804. OLE color: 11163804.
HSL color Cylindrical-coordinate representation of color #9C58AA: hue angle of 289.76º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C58AA is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 88 | 170 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.33 |
| HSL | 289.76º | 0.33% | 0.51% | - |
| HSV(B) | 289.76º | 0.48% | 0.67% | - |
| XYZ | 24.46 | 16.95 | 40.01 | - |
| YUV | 117.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 88 | 170 | 0.08 | 0.48 | 0 | 0.33 | 289.76 | 0.33 | 0.51 |
| Hex | 9C | 58 | AA | 8 | 30 | 0 | 21 | 122 | 21 | 33 |
| Octal | 234 | 130 | 252 | 10 | 60 | 0 | 41 | 442 | 41 | 63 |
| Binary | 10011100 | 1011000 | 10101010 | 1000 | 110000 | 0 | 100001 | 100100010 | 100001 | 110011 |
Color Harmonies of #9C58AA
Complementary color
Monochromatic Colors of #9C58AA
Black with #9C58AA
Text Example
Text Example
White with #9C58AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C58AA; }
p { color: rgb(156,88,170); }
H1.HeaderClassName
{
color: #9C58AA;
}
.AnyTagClassName
{
color: #9C58AA;
}
</style>
background-color css
<style>
a { background-color: #9C58AA; }
a { background-color: rgb(156,88,170); }
div.DivClassName
{
background-color: #9C58AA;
}
.BgClassName
{
background-color: #9C58AA;
}
</style>
border-color css
<style>
span { border-color: #9C58AA; }
span { border-color: rgb(156,88,170); }
td.TdClassName
{
border-color: #9C58AA;
}
.TagClassName
{
border-color: #9C58AA;
}
</style>