Shades of Cold Purple #9885C7
Tints of Cold Purple #9885C7
RGB
CMYK
RGB Variations
Color information
#9885C7 (or 0x9885C7) is known color: Cold Purple. HEX triplet: 98, 85 and C7. RGB value is (152,133,199). Sum of RGB (Red+Green+Blue) = 152+133+199=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 199 - color contains mainly: blue. Hex color #9885C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885C7 is #677A38. Grayscale: #919191. Windows color (decimal): -6781497 or 13075864. OLE color: 13075864.
HSL color Cylindrical-coordinate representation of color #9885C7: hue angle of 257.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9885C7 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 133 | 199 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.22 |
| HSL | 257.27º | 0.37% | 0.65% | - |
| HSV(B) | 257.27º | 0.33% | 0.78% | - |
| XYZ | 31.65 | 27.57 | 57.69 | - |
| YUV | 146.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 199 | 0.24 | 0.33 | 0 | 0.22 | 257.27 | 0.37 | 0.65 |
| Hex | 98 | 85 | C7 | 18 | 21 | 0 | 16 | 101 | 25 | 41 |
| Octal | 230 | 205 | 307 | 30 | 41 | 0 | 26 | 401 | 45 | 101 |
| Binary | 10011000 | 10000101 | 11000111 | 11000 | 100001 | 0 | 10110 | 100000001 | 100101 | 1000001 |
Color Harmonies of #9885C7
Complementary color
Monochromatic Colors of #9885C7
Black with #9885C7
Text Example
Text Example
White with #9885C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885C7; }
p { color: rgb(152,133,199); }
H1.HeaderClassName
{
color: #9885C7;
}
.AnyTagClassName
{
color: #9885C7;
}
</style>
background-color css
<style>
a { background-color: #9885C7; }
a { background-color: rgb(152,133,199); }
div.DivClassName
{
background-color: #9885C7;
}
.BgClassName
{
background-color: #9885C7;
}
</style>
border-color css
<style>
span { border-color: #9885C7; }
span { border-color: rgb(152,133,199); }
td.TdClassName
{
border-color: #9885C7;
}
.TagClassName
{
border-color: #9885C7;
}
</style>