Shades of Cold Purple #9885BC
Tints of Cold Purple #9885BC
RGB
CMYK
RGB Variations
Color information
#9885BC (or 0x9885BC) is known color: Cold Purple. HEX triplet: 98, 85 and BC. RGB value is (152,133,188). Sum of RGB (Red+Green+Blue) = 152+133+188=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #9885BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885BC is #677A43. Grayscale: #909090. Windows color (decimal): -6781508 or 12354968. OLE color: 12354968.
HSL color Cylindrical-coordinate representation of color #9885BC: hue angle of 260.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9885BC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 133 | 188 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.26 |
| HSL | 260.73º | 0.29% | 0.63% | - |
| HSV(B) | 260.73º | 0.29% | 0.74% | - |
| XYZ | 30.41 | 27.08 | 51.2 | - |
| YUV | 144.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 188 | 0.19 | 0.29 | 0 | 0.26 | 260.73 | 0.29 | 0.63 |
| Hex | 98 | 85 | BC | 13 | 1D | 0 | 1A | 105 | 1D | 3F |
| Octal | 230 | 205 | 274 | 23 | 35 | 0 | 32 | 405 | 35 | 77 |
| Binary | 10011000 | 10000101 | 10111100 | 10011 | 11101 | 0 | 11010 | 100000101 | 11101 | 111111 |
Color Harmonies of #9885BC
Complementary color
Monochromatic Colors of #9885BC
Black with #9885BC
Text Example
Text Example
White with #9885BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885BC; }
p { color: rgb(152,133,188); }
H1.HeaderClassName
{
color: #9885BC;
}
.AnyTagClassName
{
color: #9885BC;
}
</style>
background-color css
<style>
a { background-color: #9885BC; }
a { background-color: rgb(152,133,188); }
div.DivClassName
{
background-color: #9885BC;
}
.BgClassName
{
background-color: #9885BC;
}
</style>
border-color css
<style>
span { border-color: #9885BC; }
span { border-color: rgb(152,133,188); }
td.TdClassName
{
border-color: #9885BC;
}
.TagClassName
{
border-color: #9885BC;
}
</style>