Shades of Cold Purple #9588AF
Tints of Cold Purple #9588AF
RGB
CMYK
RGB Variations
Color information
#9588AF (or 0x9588AF) is known color: Cold Purple. HEX triplet: 95, 88 and AF. RGB value is (149,136,175). Sum of RGB (Red+Green+Blue) = 149+136+175=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #9588AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9588AF is #6A7750. Grayscale: #909090. Windows color (decimal): -6977361 or 11503765. OLE color: 11503765.
HSL color Cylindrical-coordinate representation of color #9588AF: hue angle of 260º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9588AF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 136 | 175 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.31 |
| HSL | 260º | 0.2% | 0.61% | - |
| HSV(B) | 260º | 0.22% | 0.69% | - |
| XYZ | 28.94 | 27.09 | 44.26 | - |
| YUV | 144.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 175 | 0.15 | 0.22 | 0 | 0.31 | 260 | 0.2 | 0.61 |
| Hex | 95 | 88 | AF | F | 16 | 0 | 1F | 104 | 14 | 3D |
| Octal | 225 | 210 | 257 | 17 | 26 | 0 | 37 | 404 | 24 | 75 |
| Binary | 10010101 | 10001000 | 10101111 | 1111 | 10110 | 0 | 11111 | 100000100 | 10100 | 111101 |
Color Harmonies of #9588AF
Complementary color
Monochromatic Colors of #9588AF
Black with #9588AF
Text Example
Text Example
White with #9588AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588AF; }
p { color: rgb(149,136,175); }
H1.HeaderClassName
{
color: #9588AF;
}
.AnyTagClassName
{
color: #9588AF;
}
</style>
background-color css
<style>
a { background-color: #9588AF; }
a { background-color: rgb(149,136,175); }
div.DivClassName
{
background-color: #9588AF;
}
.BgClassName
{
background-color: #9588AF;
}
</style>
border-color css
<style>
span { border-color: #9588AF; }
span { border-color: rgb(149,136,175); }
td.TdClassName
{
border-color: #9588AF;
}
.TagClassName
{
border-color: #9588AF;
}
</style>