Shades of Cold Purple #9889CB
Tints of Cold Purple #9889CB
RGB
CMYK
RGB Variations
Color information
#9889CB (or 0x9889CB) is known color: Cold Purple. HEX triplet: 98, 89 and CB. RGB value is (152,137,203). Sum of RGB (Red+Green+Blue) = 152+137+203=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #9889CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889CB is #677634. Grayscale: #949494. Windows color (decimal): -6780469 or 13339032. OLE color: 13339032.
HSL color Cylindrical-coordinate representation of color #9889CB: hue angle of 253.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9889CB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 137 | 203 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.20 |
| HSL | 253.64º | 0.39% | 0.67% | - |
| HSV(B) | 253.64º | 0.33% | 0.8% | - |
| XYZ | 32.67 | 28.88 | 60.35 | - |
| YUV | 149.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 203 | 0.25 | 0.33 | 0 | 0.20 | 253.64 | 0.39 | 0.67 |
| Hex | 98 | 89 | CB | 19 | 21 | 0 | 14 | FE | 27 | 43 |
| Octal | 230 | 211 | 313 | 31 | 41 | 0 | 24 | 376 | 47 | 103 |
| Binary | 10011000 | 10001001 | 11001011 | 11001 | 100001 | 0 | 10100 | 11111110 | 100111 | 1000011 |
Color Harmonies of #9889CB
Complementary color
Monochromatic Colors of #9889CB
Black with #9889CB
Text Example
Text Example
White with #9889CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9889CB; }
p { color: rgb(152,137,203); }
H1.HeaderClassName
{
color: #9889CB;
}
.AnyTagClassName
{
color: #9889CB;
}
</style>
background-color css
<style>
a { background-color: #9889CB; }
a { background-color: rgb(152,137,203); }
div.DivClassName
{
background-color: #9889CB;
}
.BgClassName
{
background-color: #9889CB;
}
</style>
border-color css
<style>
span { border-color: #9889CB; }
span { border-color: rgb(152,137,203); }
td.TdClassName
{
border-color: #9889CB;
}
.TagClassName
{
border-color: #9889CB;
}
</style>