Shades of Cold Purple #9884BA
Tints of Cold Purple #9884BA
RGB
CMYK
RGB Variations
Color information
#9884BA (or 0x9884BA) is known color: Cold Purple. HEX triplet: 98, 84 and BA. RGB value is (152,132,186). Sum of RGB (Red+Green+Blue) = 152+132+186=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #9884BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884BA is #677B45. Grayscale: #8F8F8F. Windows color (decimal): -6781766 or 12223640. OLE color: 12223640.
HSL color Cylindrical-coordinate representation of color #9884BA: hue angle of 262.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9884BA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 132 | 186 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.27 |
| HSL | 262.22º | 0.28% | 0.62% | - |
| HSV(B) | 262.22º | 0.29% | 0.73% | - |
| XYZ | 30.06 | 26.72 | 50.03 | - |
| YUV | 144.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 186 | 0.18 | 0.29 | 0 | 0.27 | 262.22 | 0.28 | 0.62 |
| Hex | 98 | 84 | BA | 12 | 1D | 0 | 1B | 106 | 1C | 3E |
| Octal | 230 | 204 | 272 | 22 | 35 | 0 | 33 | 406 | 34 | 76 |
| Binary | 10011000 | 10000100 | 10111010 | 10010 | 11101 | 0 | 11011 | 100000110 | 11100 | 111110 |
Color Harmonies of #9884BA
Complementary color
Monochromatic Colors of #9884BA
Black with #9884BA
Text Example
Text Example
White with #9884BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9884BA; }
p { color: rgb(152,132,186); }
H1.HeaderClassName
{
color: #9884BA;
}
.AnyTagClassName
{
color: #9884BA;
}
</style>
background-color css
<style>
a { background-color: #9884BA; }
a { background-color: rgb(152,132,186); }
div.DivClassName
{
background-color: #9884BA;
}
.BgClassName
{
background-color: #9884BA;
}
</style>
border-color css
<style>
span { border-color: #9884BA; }
span { border-color: rgb(152,132,186); }
td.TdClassName
{
border-color: #9884BA;
}
.TagClassName
{
border-color: #9884BA;
}
</style>