Shades of Cold Purple #9588CF
Tints of Cold Purple #9588CF
RGB
CMYK
RGB Variations
Color information
#9588CF (or 0x9588CF) is known color: Cold Purple. HEX triplet: 95, 88 and CF. RGB value is (149,136,207). Sum of RGB (Red+Green+Blue) = 149+136+207=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #9588CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588CF is #6A7730. Grayscale: #939393. Windows color (decimal): -6977329 or 13600917. OLE color: 13600917.
HSL color Cylindrical-coordinate representation of color #9588CF: hue angle of 250.99º degrees, saturation: 0.43, 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 #9588CF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 136 | 207 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.19 |
| HSL | 250.99º | 0.43% | 0.67% | - |
| HSV(B) | 250.99º | 0.34% | 0.81% | - |
| XYZ | 32.46 | 28.5 | 62.82 | - |
| YUV | 147.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 207 | 0.28 | 0.34 | 0 | 0.19 | 250.99 | 0.43 | 0.67 |
| Hex | 95 | 88 | CF | 1C | 22 | 0 | 13 | FB | 2B | 43 |
| Octal | 225 | 210 | 317 | 34 | 42 | 0 | 23 | 373 | 53 | 103 |
| Binary | 10010101 | 10001000 | 11001111 | 11100 | 100010 | 0 | 10011 | 11111011 | 101011 | 1000011 |
Color Harmonies of #9588CF
Complementary color
Monochromatic Colors of #9588CF
Black with #9588CF
Text Example
Text Example
White with #9588CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588CF; }
p { color: rgb(149,136,207); }
H1.HeaderClassName
{
color: #9588CF;
}
.AnyTagClassName
{
color: #9588CF;
}
</style>
background-color css
<style>
a { background-color: #9588CF; }
a { background-color: rgb(149,136,207); }
div.DivClassName
{
background-color: #9588CF;
}
.BgClassName
{
background-color: #9588CF;
}
</style>
border-color css
<style>
span { border-color: #9588CF; }
span { border-color: rgb(149,136,207); }
td.TdClassName
{
border-color: #9588CF;
}
.TagClassName
{
border-color: #9588CF;
}
</style>