Shades of Cold Purple #9885BD
Tints of Cold Purple #9885BD
RGB
CMYK
RGB Variations
Color information
#9885BD (or 0x9885BD) is known color: Cold Purple. HEX triplet: 98, 85 and BD. RGB value is (152,133,189). Sum of RGB (Red+Green+Blue) = 152+133+189=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #9885BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885BD is #677A42. Grayscale: #909090. Windows color (decimal): -6781507 or 12420504. OLE color: 12420504.
HSL color Cylindrical-coordinate representation of color #9885BD: hue angle of 260.36º degrees, saturation: 0.3, 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 #9885BD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 133 | 189 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.26 |
| HSL | 260.36º | 0.3% | 0.63% | - |
| HSV(B) | 260.36º | 0.3% | 0.74% | - |
| XYZ | 30.52 | 27.12 | 51.77 | - |
| YUV | 145.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 189 | 0.20 | 0.30 | 0 | 0.26 | 260.36 | 0.3 | 0.63 |
| Hex | 98 | 85 | BD | 14 | 1E | 0 | 1A | 104 | 1E | 3F |
| Octal | 230 | 205 | 275 | 24 | 36 | 0 | 32 | 404 | 36 | 77 |
| Binary | 10011000 | 10000101 | 10111101 | 10100 | 11110 | 0 | 11010 | 100000100 | 11110 | 111111 |
Color Harmonies of #9885BD
Complementary color
Monochromatic Colors of #9885BD
Black with #9885BD
Text Example
Text Example
White with #9885BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885BD; }
p { color: rgb(152,133,189); }
H1.HeaderClassName
{
color: #9885BD;
}
.AnyTagClassName
{
color: #9885BD;
}
</style>
background-color css
<style>
a { background-color: #9885BD; }
a { background-color: rgb(152,133,189); }
div.DivClassName
{
background-color: #9885BD;
}
.BgClassName
{
background-color: #9885BD;
}
</style>
border-color css
<style>
span { border-color: #9885BD; }
span { border-color: rgb(152,133,189); }
td.TdClassName
{
border-color: #9885BD;
}
.TagClassName
{
border-color: #9885BD;
}
</style>