Shades of Cold Purple #9885CB
Tints of Cold Purple #9885CB
RGB
CMYK
RGB Variations
Color information
#9885CB (or 0x9885CB) is known color: Cold Purple. HEX triplet: 98, 85 and CB. RGB value is (152,133,203). Sum of RGB (Red+Green+Blue) = 152+133+203=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #9885CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885CB is #677A34. Grayscale: #929292. Windows color (decimal): -6781493 or 13338008. OLE color: 13338008.
HSL color Cylindrical-coordinate representation of color #9885CB: hue angle of 256.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9885CB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 133 | 203 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.20 |
| HSL | 256.29º | 0.4% | 0.66% | - |
| HSV(B) | 256.29º | 0.34% | 0.8% | - |
| XYZ | 32.12 | 27.76 | 60.17 | - |
| YUV | 146.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 203 | 0.25 | 0.34 | 0 | 0.20 | 256.29 | 0.4 | 0.66 |
| Hex | 98 | 85 | CB | 19 | 22 | 0 | 14 | 100 | 28 | 42 |
| Octal | 230 | 205 | 313 | 31 | 42 | 0 | 24 | 400 | 50 | 102 |
| Binary | 10011000 | 10000101 | 11001011 | 11001 | 100010 | 0 | 10100 | 100000000 | 101000 | 1000010 |
Color Harmonies of #9885CB
Complementary color
Monochromatic Colors of #9885CB
Black with #9885CB
Text Example
Text Example
White with #9885CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885CB; }
p { color: rgb(152,133,203); }
H1.HeaderClassName
{
color: #9885CB;
}
.AnyTagClassName
{
color: #9885CB;
}
</style>
background-color css
<style>
a { background-color: #9885CB; }
a { background-color: rgb(152,133,203); }
div.DivClassName
{
background-color: #9885CB;
}
.BgClassName
{
background-color: #9885CB;
}
</style>
border-color css
<style>
span { border-color: #9885CB; }
span { border-color: rgb(152,133,203); }
td.TdClassName
{
border-color: #9885CB;
}
.TagClassName
{
border-color: #9885CB;
}
</style>