Shades of Cold Purple #9888C0
Tints of Cold Purple #9888C0
RGB
CMYK
RGB Variations
Color information
#9888C0 (or 0x9888C0) is known color: Cold Purple. HEX triplet: 98, 88 and C0. RGB value is (152,136,192). Sum of RGB (Red+Green+Blue) = 152+136+192=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #9888C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888C0 is #67773F. Grayscale: #929292. Windows color (decimal): -6780736 or 12617880. OLE color: 12617880.
HSL color Cylindrical-coordinate representation of color #9888C0: hue angle of 257.14º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9888C0 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 136 | 192 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.25 |
| HSL | 257.14º | 0.31% | 0.64% | - |
| HSV(B) | 257.14º | 0.29% | 0.75% | - |
| XYZ | 31.27 | 28.09 | 53.64 | - |
| YUV | 147.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 192 | 0.21 | 0.29 | 0 | 0.25 | 257.14 | 0.31 | 0.64 |
| Hex | 98 | 88 | C0 | 15 | 1D | 0 | 19 | 101 | 1F | 40 |
| Octal | 230 | 210 | 300 | 25 | 35 | 0 | 31 | 401 | 37 | 100 |
| Binary | 10011000 | 10001000 | 11000000 | 10101 | 11101 | 0 | 11001 | 100000001 | 11111 | 1000000 |
Color Harmonies of #9888C0
Complementary color
Monochromatic Colors of #9888C0
Black with #9888C0
Text Example
Text Example
White with #9888C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9888C0; }
p { color: rgb(152,136,192); }
H1.HeaderClassName
{
color: #9888C0;
}
.AnyTagClassName
{
color: #9888C0;
}
</style>
background-color css
<style>
a { background-color: #9888C0; }
a { background-color: rgb(152,136,192); }
div.DivClassName
{
background-color: #9888C0;
}
.BgClassName
{
background-color: #9888C0;
}
</style>
border-color css
<style>
span { border-color: #9888C0; }
span { border-color: rgb(152,136,192); }
td.TdClassName
{
border-color: #9888C0;
}
.TagClassName
{
border-color: #9888C0;
}
</style>