Shades of Cold Purple #9884BC
Tints of Cold Purple #9884BC
RGB
CMYK
RGB Variations
Color information
#9884BC (or 0x9884BC) is known color: Cold Purple. HEX triplet: 98, 84 and BC. RGB value is (152,132,188). Sum of RGB (Red+Green+Blue) = 152+132+188=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #9884BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884BC is #677B43. Grayscale: #909090. Windows color (decimal): -6781764 or 12354712. OLE color: 12354712.
HSL color Cylindrical-coordinate representation of color #9884BC: hue angle of 261.43º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9884BC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 132 | 188 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.26 |
| HSL | 261.43º | 0.29% | 0.63% | - |
| HSV(B) | 261.43º | 0.3% | 0.74% | - |
| XYZ | 30.28 | 26.81 | 51.16 | - |
| YUV | 144.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 188 | 0.19 | 0.30 | 0 | 0.26 | 261.43 | 0.29 | 0.63 |
| Hex | 98 | 84 | BC | 13 | 1E | 0 | 1A | 105 | 1D | 3F |
| Octal | 230 | 204 | 274 | 23 | 36 | 0 | 32 | 405 | 35 | 77 |
| Binary | 10011000 | 10000100 | 10111100 | 10011 | 11110 | 0 | 11010 | 100000101 | 11101 | 111111 |
Color Harmonies of #9884BC
Complementary color
Monochromatic Colors of #9884BC
Black with #9884BC
Text Example
Text Example
White with #9884BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9884BC; }
p { color: rgb(152,132,188); }
H1.HeaderClassName
{
color: #9884BC;
}
.AnyTagClassName
{
color: #9884BC;
}
</style>
background-color css
<style>
a { background-color: #9884BC; }
a { background-color: rgb(152,132,188); }
div.DivClassName
{
background-color: #9884BC;
}
.BgClassName
{
background-color: #9884BC;
}
</style>
border-color css
<style>
span { border-color: #9884BC; }
span { border-color: rgb(152,132,188); }
td.TdClassName
{
border-color: #9884BC;
}
.TagClassName
{
border-color: #9884BC;
}
</style>