Shades of Cold Purple #9885CA
Tints of Cold Purple #9885CA
RGB
CMYK
RGB Variations
Color information
#9885CA (or 0x9885CA) is known color: Cold Purple. HEX triplet: 98, 85 and CA. RGB value is (152,133,202). Sum of RGB (Red+Green+Blue) = 152+133+202=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #9885CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885CA is #677A35. Grayscale: #929292. Windows color (decimal): -6781494 or 13272472. OLE color: 13272472.
HSL color Cylindrical-coordinate representation of color #9885CA: hue angle of 256.52º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9885CA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 133 | 202 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.21 |
| HSL | 256.52º | 0.39% | 0.66% | - |
| HSV(B) | 256.52º | 0.34% | 0.79% | - |
| XYZ | 32 | 27.71 | 59.54 | - |
| YUV | 146.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 202 | 0.25 | 0.34 | 0 | 0.21 | 256.52 | 0.39 | 0.66 |
| Hex | 98 | 85 | CA | 19 | 22 | 0 | 15 | 101 | 27 | 42 |
| Octal | 230 | 205 | 312 | 31 | 42 | 0 | 25 | 401 | 47 | 102 |
| Binary | 10011000 | 10000101 | 11001010 | 11001 | 100010 | 0 | 10101 | 100000001 | 100111 | 1000010 |
Color Harmonies of #9885CA
Complementary color
Monochromatic Colors of #9885CA
Black with #9885CA
Text Example
Text Example
White with #9885CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885CA; }
p { color: rgb(152,133,202); }
H1.HeaderClassName
{
color: #9885CA;
}
.AnyTagClassName
{
color: #9885CA;
}
</style>
background-color css
<style>
a { background-color: #9885CA; }
a { background-color: rgb(152,133,202); }
div.DivClassName
{
background-color: #9885CA;
}
.BgClassName
{
background-color: #9885CA;
}
</style>
border-color css
<style>
span { border-color: #9885CA; }
span { border-color: rgb(152,133,202); }
td.TdClassName
{
border-color: #9885CA;
}
.TagClassName
{
border-color: #9885CA;
}
</style>