Shades of Cold Purple #9588C6
Tints of Cold Purple #9588C6
RGB
CMYK
RGB Variations
Color information
#9588C6 (or 0x9588C6) is known color: Cold Purple. HEX triplet: 95, 88 and C6. RGB value is (149,136,198). Sum of RGB (Red+Green+Blue) = 149+136+198=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #9588C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588C6 is #6A7739. Grayscale: #929292. Windows color (decimal): -6977338 or 13011093. OLE color: 13011093.
HSL color Cylindrical-coordinate representation of color #9588C6: hue angle of 252.58º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9588C6 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 136 | 198 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.22 |
| HSL | 252.58º | 0.35% | 0.65% | - |
| HSV(B) | 252.58º | 0.31% | 0.78% | - |
| XYZ | 31.39 | 28.08 | 57.19 | - |
| YUV | 146.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 198 | 0.25 | 0.31 | 0 | 0.22 | 252.58 | 0.35 | 0.65 |
| Hex | 95 | 88 | C6 | 19 | 1F | 0 | 16 | FD | 23 | 41 |
| Octal | 225 | 210 | 306 | 31 | 37 | 0 | 26 | 375 | 43 | 101 |
| Binary | 10010101 | 10001000 | 11000110 | 11001 | 11111 | 0 | 10110 | 11111101 | 100011 | 1000001 |
Color Harmonies of #9588C6
Complementary color
Monochromatic Colors of #9588C6
Black with #9588C6
Text Example
Text Example
White with #9588C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588C6; }
p { color: rgb(149,136,198); }
H1.HeaderClassName
{
color: #9588C6;
}
.AnyTagClassName
{
color: #9588C6;
}
</style>
background-color css
<style>
a { background-color: #9588C6; }
a { background-color: rgb(149,136,198); }
div.DivClassName
{
background-color: #9588C6;
}
.BgClassName
{
background-color: #9588C6;
}
</style>
border-color css
<style>
span { border-color: #9588C6; }
span { border-color: rgb(149,136,198); }
td.TdClassName
{
border-color: #9588C6;
}
.TagClassName
{
border-color: #9588C6;
}
</style>