Shades of Cold Purple #9985CB
Tints of Cold Purple #9985CB
RGB
CMYK
RGB Variations
Color information
#9985CB (or 0x9985CB) is known color: Cold Purple. HEX triplet: 99, 85 and CB. RGB value is (153,133,203). Sum of RGB (Red+Green+Blue) = 153+133+203=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #9985CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985CB is #667A34. Grayscale: #929292. Windows color (decimal): -6715957 or 13338009. OLE color: 13338009.
HSL color Cylindrical-coordinate representation of color #9985CB: hue angle of 257.14º 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 #9985CB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 133 | 203 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.20 |
| HSL | 257.14º | 0.4% | 0.66% | - |
| HSV(B) | 257.14º | 0.34% | 0.8% | - |
| XYZ | 32.3 | 27.86 | 60.17 | - |
| YUV | 146.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 203 | 0.25 | 0.34 | 0 | 0.20 | 257.14 | 0.4 | 0.66 |
| Hex | 99 | 85 | CB | 19 | 22 | 0 | 14 | 101 | 28 | 42 |
| Octal | 231 | 205 | 313 | 31 | 42 | 0 | 24 | 401 | 50 | 102 |
| Binary | 10011001 | 10000101 | 11001011 | 11001 | 100010 | 0 | 10100 | 100000001 | 101000 | 1000010 |
Color Harmonies of #9985CB
Complementary color
Monochromatic Colors of #9985CB
Black with #9985CB
Text Example
Text Example
White with #9985CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9985CB; }
p { color: rgb(153,133,203); }
H1.HeaderClassName
{
color: #9985CB;
}
.AnyTagClassName
{
color: #9985CB;
}
</style>
background-color css
<style>
a { background-color: #9985CB; }
a { background-color: rgb(153,133,203); }
div.DivClassName
{
background-color: #9985CB;
}
.BgClassName
{
background-color: #9985CB;
}
</style>
border-color css
<style>
span { border-color: #9985CB; }
span { border-color: rgb(153,133,203); }
td.TdClassName
{
border-color: #9985CB;
}
.TagClassName
{
border-color: #9985CB;
}
</style>