Shades of Cold Purple #9588BD
Tints of Cold Purple #9588BD
RGB
CMYK
RGB Variations
Color information
#9588BD (or 0x9588BD) is known color: Cold Purple. HEX triplet: 95, 88 and BD. RGB value is (149,136,189). Sum of RGB (Red+Green+Blue) = 149+136+189=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #9588BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588BD is #6A7742. Grayscale: #919191. Windows color (decimal): -6977347 or 12421269. OLE color: 12421269.
HSL color Cylindrical-coordinate representation of color #9588BD: hue angle of 254.72º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9588BD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 136 | 189 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.26 |
| HSL | 254.72º | 0.29% | 0.64% | - |
| HSV(B) | 254.72º | 0.28% | 0.74% | - |
| XYZ | 30.38 | 27.67 | 51.88 | - |
| YUV | 145.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 189 | 0.21 | 0.28 | 0 | 0.26 | 254.72 | 0.29 | 0.64 |
| Hex | 95 | 88 | BD | 15 | 1C | 0 | 1A | FF | 1D | 40 |
| Octal | 225 | 210 | 275 | 25 | 34 | 0 | 32 | 377 | 35 | 100 |
| Binary | 10010101 | 10001000 | 10111101 | 10101 | 11100 | 0 | 11010 | 11111111 | 11101 | 1000000 |
Color Harmonies of #9588BD
Complementary color
Monochromatic Colors of #9588BD
Black with #9588BD
Text Example
Text Example
White with #9588BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588BD; }
p { color: rgb(149,136,189); }
H1.HeaderClassName
{
color: #9588BD;
}
.AnyTagClassName
{
color: #9588BD;
}
</style>
background-color css
<style>
a { background-color: #9588BD; }
a { background-color: rgb(149,136,189); }
div.DivClassName
{
background-color: #9588BD;
}
.BgClassName
{
background-color: #9588BD;
}
</style>
border-color css
<style>
span { border-color: #9588BD; }
span { border-color: rgb(149,136,189); }
td.TdClassName
{
border-color: #9588BD;
}
.TagClassName
{
border-color: #9588BD;
}
</style>