Shades of Violet Blue #9756A1
Tints of Violet Blue #9756A1
RGB
CMYK
RGB Variations
Color information
#9756A1 (or 0x9756A1) is known color: Violet Blue. HEX triplet: 97, 56 and A1. RGB value is (151,86,161). Sum of RGB (Red+Green+Blue) = 151+86+161=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #9756A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9756A1 is #68A95E. Grayscale: #717171. Windows color (decimal): -6859103 or 10573463. OLE color: 10573463.
HSL color Cylindrical-coordinate representation of color #9756A1: hue angle of 292º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9756A1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 86 | 161 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.37 |
| HSL | 292º | 0.3% | 0.48% | - |
| HSV(B) | 292º | 0.47% | 0.63% | - |
| XYZ | 22.52 | 15.81 | 35.58 | - |
| YUV | 113.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 161 | 0.06 | 0.47 | 0 | 0.37 | 292 | 0.3 | 0.48 |
| Hex | 97 | 56 | A1 | 6 | 2F | 0 | 25 | 124 | 1E | 30 |
| Octal | 227 | 126 | 241 | 6 | 57 | 0 | 45 | 444 | 36 | 60 |
| Binary | 10010111 | 1010110 | 10100001 | 110 | 101111 | 0 | 100101 | 100100100 | 11110 | 110000 |
Color Harmonies of #9756A1
Complementary color
Monochromatic Colors of #9756A1
Black with #9756A1
Text Example
Text Example
White with #9756A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9756A1; }
p { color: rgb(151,86,161); }
H1.HeaderClassName
{
color: #9756A1;
}
.AnyTagClassName
{
color: #9756A1;
}
</style>
background-color css
<style>
a { background-color: #9756A1; }
a { background-color: rgb(151,86,161); }
div.DivClassName
{
background-color: #9756A1;
}
.BgClassName
{
background-color: #9756A1;
}
</style>
border-color css
<style>
span { border-color: #9756A1; }
span { border-color: rgb(151,86,161); }
td.TdClassName
{
border-color: #9756A1;
}
.TagClassName
{
border-color: #9756A1;
}
</style>