Shades of Cold Purple #9588CC
Tints of Cold Purple #9588CC
RGB
CMYK
RGB Variations
Color information
#9588CC (or 0x9588CC) is known color: Cold Purple. HEX triplet: 95, 88 and CC. RGB value is (149,136,204). Sum of RGB (Red+Green+Blue) = 149+136+204=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #9588CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588CC is #6A7733. Grayscale: #939393. Windows color (decimal): -6977332 or 13404309. OLE color: 13404309.
HSL color Cylindrical-coordinate representation of color #9588CC: hue angle of 251.47º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9588CC is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 136 | 204 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.2 |
| HSL | 251.47º | 0.4% | 0.67% | - |
| HSV(B) | 251.47º | 0.33% | 0.8% | - |
| XYZ | 32.1 | 28.36 | 60.91 | - |
| YUV | 147.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 204 | 0.27 | 0.33 | 0 | 0.2 | 251.47 | 0.4 | 0.67 |
| Hex | 95 | 88 | CC | 1B | 21 | 0 | 14 | FB | 28 | 43 |
| Octal | 225 | 210 | 314 | 33 | 41 | 0 | 24 | 373 | 50 | 103 |
| Binary | 10010101 | 10001000 | 11001100 | 11011 | 100001 | 0 | 10100 | 11111011 | 101000 | 1000011 |
Color Harmonies of #9588CC
Complementary color
Monochromatic Colors of #9588CC
Black with #9588CC
Text Example
Text Example
White with #9588CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588CC; }
p { color: rgb(149,136,204); }
H1.HeaderClassName
{
color: #9588CC;
}
.AnyTagClassName
{
color: #9588CC;
}
</style>
background-color css
<style>
a { background-color: #9588CC; }
a { background-color: rgb(149,136,204); }
div.DivClassName
{
background-color: #9588CC;
}
.BgClassName
{
background-color: #9588CC;
}
</style>
border-color css
<style>
span { border-color: #9588CC; }
span { border-color: rgb(149,136,204); }
td.TdClassName
{
border-color: #9588CC;
}
.TagClassName
{
border-color: #9588CC;
}
</style>