Shades of Violet Blue #9959A5
Tints of Violet Blue #9959A5
RGB
CMYK
RGB Variations
Color information
#9959A5 (or 0x9959A5) is known color: Violet Blue. HEX triplet: 99, 59 and A5. RGB value is (153,89,165). Sum of RGB (Red+Green+Blue) = 153+89+165=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #9959A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9959A5 is #66A65A. Grayscale: #747474. Windows color (decimal): -6727259 or 10836377. OLE color: 10836377.
HSL color Cylindrical-coordinate representation of color #9959A5: hue angle of 290.53º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9959A5 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 89 | 165 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.35 |
| HSL | 290.53º | 0.3% | 0.5% | - |
| HSV(B) | 290.53º | 0.46% | 0.65% | - |
| XYZ | 23.5 | 16.63 | 37.57 | - |
| YUV | 116.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 165 | 0.07 | 0.46 | 0 | 0.35 | 290.53 | 0.3 | 0.5 |
| Hex | 99 | 59 | A5 | 7 | 2E | 0 | 23 | 123 | 1E | 32 |
| Octal | 231 | 131 | 245 | 7 | 56 | 0 | 43 | 443 | 36 | 62 |
| Binary | 10011001 | 1011001 | 10100101 | 111 | 101110 | 0 | 100011 | 100100011 | 11110 | 110010 |
Color Harmonies of #9959A5
Complementary color
Monochromatic Colors of #9959A5
Black with #9959A5
Text Example
Text Example
White with #9959A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959A5; }
p { color: rgb(153,89,165); }
H1.HeaderClassName
{
color: #9959A5;
}
.AnyTagClassName
{
color: #9959A5;
}
</style>
background-color css
<style>
a { background-color: #9959A5; }
a { background-color: rgb(153,89,165); }
div.DivClassName
{
background-color: #9959A5;
}
.BgClassName
{
background-color: #9959A5;
}
</style>
border-color css
<style>
span { border-color: #9959A5; }
span { border-color: rgb(153,89,165); }
td.TdClassName
{
border-color: #9959A5;
}
.TagClassName
{
border-color: #9959A5;
}
</style>