Shades of Cold Purple #9588CA
Tints of Cold Purple #9588CA
RGB
CMYK
RGB Variations
Color information
#9588CA (or 0x9588CA) is known color: Cold Purple. HEX triplet: 95, 88 and CA. RGB value is (149,136,202). Sum of RGB (Red+Green+Blue) = 149+136+202=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #9588CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588CA is #6A7735. Grayscale: #939393. Windows color (decimal): -6977334 or 13273237. OLE color: 13273237.
HSL color Cylindrical-coordinate representation of color #9588CA: hue angle of 251.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9588CA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 136 | 202 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.21 |
| HSL | 251.82º | 0.38% | 0.66% | - |
| HSV(B) | 251.82º | 0.33% | 0.79% | - |
| XYZ | 31.86 | 28.26 | 59.65 | - |
| YUV | 147.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 202 | 0.26 | 0.33 | 0 | 0.21 | 251.82 | 0.38 | 0.66 |
| Hex | 95 | 88 | CA | 1A | 21 | 0 | 15 | FC | 26 | 42 |
| Octal | 225 | 210 | 312 | 32 | 41 | 0 | 25 | 374 | 46 | 102 |
| Binary | 10010101 | 10001000 | 11001010 | 11010 | 100001 | 0 | 10101 | 11111100 | 100110 | 1000010 |
Color Harmonies of #9588CA
Complementary color
Monochromatic Colors of #9588CA
Black with #9588CA
Text Example
Text Example
White with #9588CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588CA; }
p { color: rgb(149,136,202); }
H1.HeaderClassName
{
color: #9588CA;
}
.AnyTagClassName
{
color: #9588CA;
}
</style>
background-color css
<style>
a { background-color: #9588CA; }
a { background-color: rgb(149,136,202); }
div.DivClassName
{
background-color: #9588CA;
}
.BgClassName
{
background-color: #9588CA;
}
</style>
border-color css
<style>
span { border-color: #9588CA; }
span { border-color: rgb(149,136,202); }
td.TdClassName
{
border-color: #9588CA;
}
.TagClassName
{
border-color: #9588CA;
}
</style>