Shades of Cold Purple #9888C5
Tints of Cold Purple #9888C5
RGB
CMYK
RGB Variations
Color information
#9888C5 (or 0x9888C5) is known color: Cold Purple. HEX triplet: 98, 88 and C5. RGB value is (152,136,197). Sum of RGB (Red+Green+Blue) = 152+136+197=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #9888C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888C5 is #67773A. Grayscale: #939393. Windows color (decimal): -6780731 or 12945560. OLE color: 12945560.
HSL color Cylindrical-coordinate representation of color #9888C5: hue angle of 255.74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9888C5 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 136 | 197 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.23 |
| HSL | 255.74º | 0.34% | 0.65% | - |
| HSV(B) | 255.74º | 0.31% | 0.77% | - |
| XYZ | 31.83 | 28.31 | 56.61 | - |
| YUV | 147.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 197 | 0.23 | 0.31 | 0 | 0.23 | 255.74 | 0.34 | 0.65 |
| Hex | 98 | 88 | C5 | 17 | 1F | 0 | 17 | 100 | 22 | 41 |
| Octal | 230 | 210 | 305 | 27 | 37 | 0 | 27 | 400 | 42 | 101 |
| Binary | 10011000 | 10001000 | 11000101 | 10111 | 11111 | 0 | 10111 | 100000000 | 100010 | 1000001 |
Color Harmonies of #9888C5
Complementary color
Monochromatic Colors of #9888C5
Black with #9888C5
Text Example
Text Example
White with #9888C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9888C5; }
p { color: rgb(152,136,197); }
H1.HeaderClassName
{
color: #9888C5;
}
.AnyTagClassName
{
color: #9888C5;
}
</style>
background-color css
<style>
a { background-color: #9888C5; }
a { background-color: rgb(152,136,197); }
div.DivClassName
{
background-color: #9888C5;
}
.BgClassName
{
background-color: #9888C5;
}
</style>
border-color css
<style>
span { border-color: #9888C5; }
span { border-color: rgb(152,136,197); }
td.TdClassName
{
border-color: #9888C5;
}
.TagClassName
{
border-color: #9888C5;
}
</style>