Shades of Cold Purple #9588BC
Tints of Cold Purple #9588BC
RGB
CMYK
RGB Variations
Color information
#9588BC (or 0x9588BC) is known color: Cold Purple. HEX triplet: 95, 88 and BC. RGB value is (149,136,188). Sum of RGB (Red+Green+Blue) = 149+136+188=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #9588BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588BC is #6A7743. Grayscale: #919191. Windows color (decimal): -6977348 or 12355733. OLE color: 12355733.
HSL color Cylindrical-coordinate representation of color #9588BC: hue angle of 255º degrees, saturation: 0.28, 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 #9588BC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 136 | 188 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.26 |
| HSL | 255º | 0.28% | 0.64% | - |
| HSV(B) | 255º | 0.28% | 0.74% | - |
| XYZ | 30.28 | 27.63 | 51.31 | - |
| YUV | 145.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 188 | 0.21 | 0.28 | 0 | 0.26 | 255 | 0.28 | 0.64 |
| Hex | 95 | 88 | BC | 15 | 1C | 0 | 1A | FF | 1C | 40 |
| Octal | 225 | 210 | 274 | 25 | 34 | 0 | 32 | 377 | 34 | 100 |
| Binary | 10010101 | 10001000 | 10111100 | 10101 | 11100 | 0 | 11010 | 11111111 | 11100 | 1000000 |
Color Harmonies of #9588BC
Complementary color
Monochromatic Colors of #9588BC
Black with #9588BC
Text Example
Text Example
White with #9588BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588BC; }
p { color: rgb(149,136,188); }
H1.HeaderClassName
{
color: #9588BC;
}
.AnyTagClassName
{
color: #9588BC;
}
</style>
background-color css
<style>
a { background-color: #9588BC; }
a { background-color: rgb(149,136,188); }
div.DivClassName
{
background-color: #9588BC;
}
.BgClassName
{
background-color: #9588BC;
}
</style>
border-color css
<style>
span { border-color: #9588BC; }
span { border-color: rgb(149,136,188); }
td.TdClassName
{
border-color: #9588BC;
}
.TagClassName
{
border-color: #9588BC;
}
</style>