Shades of Cold Purple #9889CC
Tints of Cold Purple #9889CC
RGB
CMYK
RGB Variations
Color information
#9889CC (or 0x9889CC) is known color: Cold Purple. HEX triplet: 98, 89 and CC. RGB value is (152,137,204). Sum of RGB (Red+Green+Blue) = 152+137+204=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #9889CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889CC is #677633. Grayscale: #949494. Windows color (decimal): -6780468 or 13404568. OLE color: 13404568.
HSL color Cylindrical-coordinate representation of color #9889CC: hue angle of 253.43º degrees, saturation: 0.4, 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 #9889CC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 137 | 204 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.2 |
| HSL | 253.43º | 0.4% | 0.67% | - |
| HSV(B) | 253.43º | 0.33% | 0.8% | - |
| XYZ | 32.79 | 28.93 | 60.98 | - |
| YUV | 149.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 204 | 0.25 | 0.33 | 0 | 0.2 | 253.43 | 0.4 | 0.67 |
| Hex | 98 | 89 | CC | 19 | 21 | 0 | 14 | FD | 28 | 43 |
| Octal | 230 | 211 | 314 | 31 | 41 | 0 | 24 | 375 | 50 | 103 |
| Binary | 10011000 | 10001001 | 11001100 | 11001 | 100001 | 0 | 10100 | 11111101 | 101000 | 1000011 |
Color Harmonies of #9889CC
Complementary color
Monochromatic Colors of #9889CC
Black with #9889CC
Text Example
Text Example
White with #9889CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9889CC; }
p { color: rgb(152,137,204); }
H1.HeaderClassName
{
color: #9889CC;
}
.AnyTagClassName
{
color: #9889CC;
}
</style>
background-color css
<style>
a { background-color: #9889CC; }
a { background-color: rgb(152,137,204); }
div.DivClassName
{
background-color: #9889CC;
}
.BgClassName
{
background-color: #9889CC;
}
</style>
border-color css
<style>
span { border-color: #9889CC; }
span { border-color: rgb(152,137,204); }
td.TdClassName
{
border-color: #9889CC;
}
.TagClassName
{
border-color: #9889CC;
}
</style>