Shades of Cold Purple #9588CE
Tints of Cold Purple #9588CE
RGB
CMYK
RGB Variations
Color information
#9588CE (or 0x9588CE) is known color: Cold Purple. HEX triplet: 95, 88 and CE. RGB value is (149,136,206). Sum of RGB (Red+Green+Blue) = 149+136+206=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #9588CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588CE is #6A7731. Grayscale: #939393. Windows color (decimal): -6977330 or 13535381. OLE color: 13535381.
HSL color Cylindrical-coordinate representation of color #9588CE: hue angle of 251.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9588CE is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 136 | 206 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.19 |
| HSL | 251.14º | 0.42% | 0.67% | - |
| HSV(B) | 251.14º | 0.34% | 0.81% | - |
| XYZ | 32.34 | 28.45 | 62.18 | - |
| YUV | 147.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 206 | 0.28 | 0.34 | 0 | 0.19 | 251.14 | 0.42 | 0.67 |
| Hex | 95 | 88 | CE | 1C | 22 | 0 | 13 | FB | 2A | 43 |
| Octal | 225 | 210 | 316 | 34 | 42 | 0 | 23 | 373 | 52 | 103 |
| Binary | 10010101 | 10001000 | 11001110 | 11100 | 100010 | 0 | 10011 | 11111011 | 101010 | 1000011 |
Color Harmonies of #9588CE
Complementary color
Monochromatic Colors of #9588CE
Black with #9588CE
Text Example
Text Example
White with #9588CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588CE; }
p { color: rgb(149,136,206); }
H1.HeaderClassName
{
color: #9588CE;
}
.AnyTagClassName
{
color: #9588CE;
}
</style>
background-color css
<style>
a { background-color: #9588CE; }
a { background-color: rgb(149,136,206); }
div.DivClassName
{
background-color: #9588CE;
}
.BgClassName
{
background-color: #9588CE;
}
</style>
border-color css
<style>
span { border-color: #9588CE; }
span { border-color: rgb(149,136,206); }
td.TdClassName
{
border-color: #9588CE;
}
.TagClassName
{
border-color: #9588CE;
}
</style>