Shades of Cold Purple #9888B4
Tints of Cold Purple #9888B4
RGB
CMYK
RGB Variations
Color information
#9888B4 (or 0x9888B4) is known color: Cold Purple. HEX triplet: 98, 88 and B4. RGB value is (152,136,180). Sum of RGB (Red+Green+Blue) = 152+136+180=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #9888B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888B4 is #67774B. Grayscale: #919191. Windows color (decimal): -6780748 or 11831448. OLE color: 11831448.
HSL color Cylindrical-coordinate representation of color #9888B4: hue angle of 261.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9888B4 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 136 | 180 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.29 |
| HSL | 261.82º | 0.23% | 0.62% | - |
| HSV(B) | 261.82º | 0.24% | 0.71% | - |
| XYZ | 29.99 | 27.58 | 46.92 | - |
| YUV | 145.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 180 | 0.16 | 0.24 | 0 | 0.29 | 261.82 | 0.23 | 0.62 |
| Hex | 98 | 88 | B4 | 10 | 18 | 0 | 1D | 106 | 17 | 3E |
| Octal | 230 | 210 | 264 | 20 | 30 | 0 | 35 | 406 | 27 | 76 |
| Binary | 10011000 | 10001000 | 10110100 | 10000 | 11000 | 0 | 11101 | 100000110 | 10111 | 111110 |
Color Harmonies of #9888B4
Complementary color
Monochromatic Colors of #9888B4
Black with #9888B4
Text Example
Text Example
White with #9888B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9888B4; }
p { color: rgb(152,136,180); }
H1.HeaderClassName
{
color: #9888B4;
}
.AnyTagClassName
{
color: #9888B4;
}
</style>
background-color css
<style>
a { background-color: #9888B4; }
a { background-color: rgb(152,136,180); }
div.DivClassName
{
background-color: #9888B4;
}
.BgClassName
{
background-color: #9888B4;
}
</style>
border-color css
<style>
span { border-color: #9888B4; }
span { border-color: rgb(152,136,180); }
td.TdClassName
{
border-color: #9888B4;
}
.TagClassName
{
border-color: #9888B4;
}
</style>