Shades of Violet Blue #9956A3
Tints of Violet Blue #9956A3
RGB
CMYK
RGB Variations
Color information
#9956A3 (or 0x9956A3) is known color: Violet Blue. HEX triplet: 99, 56 and A3. RGB value is (153,86,163). Sum of RGB (Red+Green+Blue) = 153+86+163=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 163 - color contains mainly: blue. Hex color #9956A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9956A3 is #66A95C. Grayscale: #727272. Windows color (decimal): -6728029 or 10704537. OLE color: 10704537.
HSL color Cylindrical-coordinate representation of color #9956A3: hue angle of 292.21º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9956A3 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 86 | 163 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.36 |
| HSL | 292.21º | 0.31% | 0.49% | - |
| HSV(B) | 292.21º | 0.47% | 0.64% | - |
| XYZ | 23.08 | 16.07 | 36.54 | - |
| YUV | 114.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 163 | 0.06 | 0.47 | 0 | 0.36 | 292.21 | 0.31 | 0.49 |
| Hex | 99 | 56 | A3 | 6 | 2F | 0 | 24 | 124 | 1F | 31 |
| Octal | 231 | 126 | 243 | 6 | 57 | 0 | 44 | 444 | 37 | 61 |
| Binary | 10011001 | 1010110 | 10100011 | 110 | 101111 | 0 | 100100 | 100100100 | 11111 | 110001 |
Color Harmonies of #9956A3
Complementary color
Monochromatic Colors of #9956A3
Black with #9956A3
Text Example
Text Example
White with #9956A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9956A3; }
p { color: rgb(153,86,163); }
H1.HeaderClassName
{
color: #9956A3;
}
.AnyTagClassName
{
color: #9956A3;
}
</style>
background-color css
<style>
a { background-color: #9956A3; }
a { background-color: rgb(153,86,163); }
div.DivClassName
{
background-color: #9956A3;
}
.BgClassName
{
background-color: #9956A3;
}
</style>
border-color css
<style>
span { border-color: #9956A3; }
span { border-color: rgb(153,86,163); }
td.TdClassName
{
border-color: #9956A3;
}
.TagClassName
{
border-color: #9956A3;
}
</style>