Shades of Cold Purple #9888B5
Tints of Cold Purple #9888B5
RGB
CMYK
RGB Variations
Color information
#9888B5 (or 0x9888B5) is known color: Cold Purple. HEX triplet: 98, 88 and B5. RGB value is (152,136,181). Sum of RGB (Red+Green+Blue) = 152+136+181=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #9888B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888B5 is #67774A. Grayscale: #919191. Windows color (decimal): -6780747 or 11896984. OLE color: 11896984.
HSL color Cylindrical-coordinate representation of color #9888B5: hue angle of 261.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9888B5 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 136 | 181 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.29 |
| HSL | 261.33º | 0.23% | 0.62% | - |
| HSV(B) | 261.33º | 0.25% | 0.71% | - |
| XYZ | 30.09 | 27.62 | 47.46 | - |
| YUV | 145.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 181 | 0.16 | 0.25 | 0 | 0.29 | 261.33 | 0.23 | 0.62 |
| Hex | 98 | 88 | B5 | 10 | 19 | 0 | 1D | 105 | 17 | 3E |
| Octal | 230 | 210 | 265 | 20 | 31 | 0 | 35 | 405 | 27 | 76 |
| Binary | 10011000 | 10001000 | 10110101 | 10000 | 11001 | 0 | 11101 | 100000101 | 10111 | 111110 |
Color Harmonies of #9888B5
Complementary color
Monochromatic Colors of #9888B5
Black with #9888B5
Text Example
Text Example
White with #9888B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9888B5; }
p { color: rgb(152,136,181); }
H1.HeaderClassName
{
color: #9888B5;
}
.AnyTagClassName
{
color: #9888B5;
}
</style>
background-color css
<style>
a { background-color: #9888B5; }
a { background-color: rgb(152,136,181); }
div.DivClassName
{
background-color: #9888B5;
}
.BgClassName
{
background-color: #9888B5;
}
</style>
border-color css
<style>
span { border-color: #9888B5; }
span { border-color: rgb(152,136,181); }
td.TdClassName
{
border-color: #9888B5;
}
.TagClassName
{
border-color: #9888B5;
}
</style>