Shades of Cold Purple #9888CB
Tints of Cold Purple #9888CB
RGB
CMYK
RGB Variations
Color information
#9888CB (or 0x9888CB) is known color: Cold Purple. HEX triplet: 98, 88 and CB. RGB value is (152,136,203). Sum of RGB (Red+Green+Blue) = 152+136+203=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #9888CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888CB is #677734. Grayscale: #949494. Windows color (decimal): -6780725 or 13338776. OLE color: 13338776.
HSL color Cylindrical-coordinate representation of color #9888CB: hue angle of 254.33º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9888CB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 136 | 203 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.20 |
| HSL | 254.33º | 0.39% | 0.66% | - |
| HSV(B) | 254.33º | 0.33% | 0.8% | - |
| XYZ | 32.53 | 28.6 | 60.3 | - |
| YUV | 148.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 203 | 0.25 | 0.33 | 0 | 0.20 | 254.33 | 0.39 | 0.66 |
| Hex | 98 | 88 | CB | 19 | 21 | 0 | 14 | FE | 27 | 42 |
| Octal | 230 | 210 | 313 | 31 | 41 | 0 | 24 | 376 | 47 | 102 |
| Binary | 10011000 | 10001000 | 11001011 | 11001 | 100001 | 0 | 10100 | 11111110 | 100111 | 1000010 |
Color Harmonies of #9888CB
Complementary color
Monochromatic Colors of #9888CB
Black with #9888CB
Text Example
Text Example
White with #9888CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9888CB; }
p { color: rgb(152,136,203); }
H1.HeaderClassName
{
color: #9888CB;
}
.AnyTagClassName
{
color: #9888CB;
}
</style>
background-color css
<style>
a { background-color: #9888CB; }
a { background-color: rgb(152,136,203); }
div.DivClassName
{
background-color: #9888CB;
}
.BgClassName
{
background-color: #9888CB;
}
</style>
border-color css
<style>
span { border-color: #9888CB; }
span { border-color: rgb(152,136,203); }
td.TdClassName
{
border-color: #9888CB;
}
.TagClassName
{
border-color: #9888CB;
}
</style>