Shades of Cold Purple #9588CB
Tints of Cold Purple #9588CB
RGB
CMYK
RGB Variations
Color information
#9588CB (or 0x9588CB) is known color: Cold Purple. HEX triplet: 95, 88 and CB. RGB value is (149,136,203). Sum of RGB (Red+Green+Blue) = 149+136+203=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #9588CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588CB is #6A7734. Grayscale: #939393. Windows color (decimal): -6977333 or 13338773. OLE color: 13338773.
HSL color Cylindrical-coordinate representation of color #9588CB: hue angle of 251.64º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9588CB is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 136 | 203 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.20 |
| HSL | 251.64º | 0.39% | 0.66% | - |
| HSV(B) | 251.64º | 0.33% | 0.8% | - |
| XYZ | 31.98 | 28.31 | 60.28 | - |
| YUV | 147.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 203 | 0.27 | 0.33 | 0 | 0.20 | 251.64 | 0.39 | 0.66 |
| Hex | 95 | 88 | CB | 1B | 21 | 0 | 14 | FC | 27 | 42 |
| Octal | 225 | 210 | 313 | 33 | 41 | 0 | 24 | 374 | 47 | 102 |
| Binary | 10010101 | 10001000 | 11001011 | 11011 | 100001 | 0 | 10100 | 11111100 | 100111 | 1000010 |
Color Harmonies of #9588CB
Complementary color
Monochromatic Colors of #9588CB
Black with #9588CB
Text Example
Text Example
White with #9588CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588CB; }
p { color: rgb(149,136,203); }
H1.HeaderClassName
{
color: #9588CB;
}
.AnyTagClassName
{
color: #9588CB;
}
</style>
background-color css
<style>
a { background-color: #9588CB; }
a { background-color: rgb(149,136,203); }
div.DivClassName
{
background-color: #9588CB;
}
.BgClassName
{
background-color: #9588CB;
}
</style>
border-color css
<style>
span { border-color: #9588CB; }
span { border-color: rgb(149,136,203); }
td.TdClassName
{
border-color: #9588CB;
}
.TagClassName
{
border-color: #9588CB;
}
</style>