Shades of Violet Blue #9F529C
Tints of Violet Blue #9F529C
RGB
CMYK
RGB Variations
Color information
#9F529C (or 0x9F529C) is known color: Violet Blue. HEX triplet: 9F, 52 and 9C. RGB value is (159,82,156). Sum of RGB (Red+Green+Blue) = 159+82+156=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F529C is #60AD63. Grayscale: #717171. Windows color (decimal): -6335844 or 10244767. OLE color: 10244767.
HSL color Cylindrical-coordinate representation of color #9F529C: hue angle of 302.34º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F529C is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 156 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.38 |
| HSL | 302.34º | 0.32% | 0.47% | - |
| HSV(B) | 302.34º | 0.48% | 0.62% | - |
| XYZ | 23.32 | 15.81 | 33.27 | - |
| YUV | 113.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 156 | 0 | 0.48 | 0.02 | 0.38 | 302.34 | 0.32 | 0.47 |
| Hex | 9F | 52 | 9C | 0 | 30 | 2 | 26 | 12E | 20 | 2F |
| Octal | 237 | 122 | 234 | 0 | 60 | 2 | 46 | 456 | 40 | 57 |
| Binary | 10011111 | 1010010 | 10011100 | 0 | 110000 | 10 | 100110 | 100101110 | 100000 | 101111 |
Color Harmonies of #9F529C
Complementary color
Monochromatic Colors of #9F529C
Black with #9F529C
Text Example
Text Example
White with #9F529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F529C; }
p { color: rgb(159,82,156); }
H1.HeaderClassName
{
color: #9F529C;
}
.AnyTagClassName
{
color: #9F529C;
}
</style>
background-color css
<style>
a { background-color: #9F529C; }
a { background-color: rgb(159,82,156); }
div.DivClassName
{
background-color: #9F529C;
}
.BgClassName
{
background-color: #9F529C;
}
</style>
border-color css
<style>
span { border-color: #9F529C; }
span { border-color: rgb(159,82,156); }
td.TdClassName
{
border-color: #9F529C;
}
.TagClassName
{
border-color: #9F529C;
}
</style>