Shades of Cold Purple #9985C9
Tints of Cold Purple #9985C9
RGB
CMYK
RGB Variations
Color information
#9985C9 (or 0x9985C9) is known color: Cold Purple. HEX triplet: 99, 85 and C9. RGB value is (153,133,201). Sum of RGB (Red+Green+Blue) = 153+133+201=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #9985C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985C9 is #667A36. Grayscale: #929292. Windows color (decimal): -6715959 or 13206937. OLE color: 13206937.
HSL color Cylindrical-coordinate representation of color #9985C9: hue angle of 257.65º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9985C9 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 133 | 201 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.21 |
| HSL | 257.65º | 0.39% | 0.65% | - |
| HSV(B) | 257.65º | 0.34% | 0.79% | - |
| XYZ | 32.07 | 27.76 | 58.93 | - |
| YUV | 146.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 201 | 0.24 | 0.34 | 0 | 0.21 | 257.65 | 0.39 | 0.65 |
| Hex | 99 | 85 | C9 | 18 | 22 | 0 | 15 | 102 | 27 | 41 |
| Octal | 231 | 205 | 311 | 30 | 42 | 0 | 25 | 402 | 47 | 101 |
| Binary | 10011001 | 10000101 | 11001001 | 11000 | 100010 | 0 | 10101 | 100000010 | 100111 | 1000001 |
Color Harmonies of #9985C9
Complementary color
Monochromatic Colors of #9985C9
Black with #9985C9
Text Example
Text Example
White with #9985C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9985C9; }
p { color: rgb(153,133,201); }
H1.HeaderClassName
{
color: #9985C9;
}
.AnyTagClassName
{
color: #9985C9;
}
</style>
background-color css
<style>
a { background-color: #9985C9; }
a { background-color: rgb(153,133,201); }
div.DivClassName
{
background-color: #9985C9;
}
.BgClassName
{
background-color: #9985C9;
}
</style>
border-color css
<style>
span { border-color: #9985C9; }
span { border-color: rgb(153,133,201); }
td.TdClassName
{
border-color: #9985C9;
}
.TagClassName
{
border-color: #9985C9;
}
</style>