Shades of Cold Purple #9588AD
Tints of Cold Purple #9588AD
RGB
CMYK
RGB Variations
Color information
#9588AD (or 0x9588AD) is known color: Cold Purple. HEX triplet: 95, 88 and AD. RGB value is (149,136,173). Sum of RGB (Red+Green+Blue) = 149+136+173=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #9588AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9588AD is #6A7752. Grayscale: #8F8F8F. Windows color (decimal): -6977363 or 11372693. OLE color: 11372693.
HSL color Cylindrical-coordinate representation of color #9588AD: hue angle of 261.08º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9588AD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 136 | 173 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.32 |
| HSL | 261.08º | 0.18% | 0.61% | - |
| HSV(B) | 261.08º | 0.21% | 0.68% | - |
| XYZ | 28.74 | 27.02 | 43.23 | - |
| YUV | 144.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 173 | 0.14 | 0.21 | 0 | 0.32 | 261.08 | 0.18 | 0.61 |
| Hex | 95 | 88 | AD | E | 15 | 0 | 20 | 105 | 12 | 3D |
| Octal | 225 | 210 | 255 | 16 | 25 | 0 | 40 | 405 | 22 | 75 |
| Binary | 10010101 | 10001000 | 10101101 | 1110 | 10101 | 0 | 100000 | 100000101 | 10010 | 111101 |
Color Harmonies of #9588AD
Complementary color
Monochromatic Colors of #9588AD
Black with #9588AD
Text Example
Text Example
White with #9588AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588AD; }
p { color: rgb(149,136,173); }
H1.HeaderClassName
{
color: #9588AD;
}
.AnyTagClassName
{
color: #9588AD;
}
</style>
background-color css
<style>
a { background-color: #9588AD; }
a { background-color: rgb(149,136,173); }
div.DivClassName
{
background-color: #9588AD;
}
.BgClassName
{
background-color: #9588AD;
}
</style>
border-color css
<style>
span { border-color: #9588AD; }
span { border-color: rgb(149,136,173); }
td.TdClassName
{
border-color: #9588AD;
}
.TagClassName
{
border-color: #9588AD;
}
</style>