Shades of Violet Blue #9556A5
Tints of Violet Blue #9556A5
RGB
CMYK
RGB Variations
Color information
#9556A5 (or 0x9556A5) is known color: Violet Blue. HEX triplet: 95, 56 and A5. RGB value is (149,86,165). Sum of RGB (Red+Green+Blue) = 149+86+165=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #9556A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9556A5 is #6AA95A. Grayscale: #717171. Windows color (decimal): -6990171 or 10835605. OLE color: 10835605.
HSL color Cylindrical-coordinate representation of color #9556A5: hue angle of 287.85º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9556A5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 86 | 165 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.35 |
| HSL | 287.85º | 0.31% | 0.49% | - |
| HSV(B) | 287.85º | 0.48% | 0.65% | - |
| XYZ | 22.51 | 15.76 | 37.45 | - |
| YUV | 113.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 165 | 0.10 | 0.48 | 0 | 0.35 | 287.85 | 0.31 | 0.49 |
| Hex | 95 | 56 | A5 | A | 30 | 0 | 23 | 120 | 1F | 31 |
| Octal | 225 | 126 | 245 | 12 | 60 | 0 | 43 | 440 | 37 | 61 |
| Binary | 10010101 | 1010110 | 10100101 | 1010 | 110000 | 0 | 100011 | 100100000 | 11111 | 110001 |
Color Harmonies of #9556A5
Complementary color
Monochromatic Colors of #9556A5
Black with #9556A5
Text Example
Text Example
White with #9556A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9556A5; }
p { color: rgb(149,86,165); }
H1.HeaderClassName
{
color: #9556A5;
}
.AnyTagClassName
{
color: #9556A5;
}
</style>
background-color css
<style>
a { background-color: #9556A5; }
a { background-color: rgb(149,86,165); }
div.DivClassName
{
background-color: #9556A5;
}
.BgClassName
{
background-color: #9556A5;
}
</style>
border-color css
<style>
span { border-color: #9556A5; }
span { border-color: rgb(149,86,165); }
td.TdClassName
{
border-color: #9556A5;
}
.TagClassName
{
border-color: #9556A5;
}
</style>