Shades of Cold Purple #9985D0
Tints of Cold Purple #9985D0
RGB
CMYK
RGB Variations
Color information
#9985D0 (or 0x9985D0) is known color: Cold Purple. HEX triplet: 99, 85 and D0. RGB value is (153,133,208). Sum of RGB (Red+Green+Blue) = 153+133+208=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #9985D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985D0 is #667A2F. Grayscale: #939393. Windows color (decimal): -6715952 or 13665689. OLE color: 13665689.
HSL color Cylindrical-coordinate representation of color #9985D0: hue angle of 256º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9985D0 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 133 | 208 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.18 |
| HSL | 256º | 0.44% | 0.67% | - |
| HSV(B) | 256º | 0.36% | 0.82% | - |
| XYZ | 32.91 | 28.1 | 63.36 | - |
| YUV | 147.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 208 | 0.26 | 0.36 | 0 | 0.18 | 256 | 0.44 | 0.67 |
| Hex | 99 | 85 | D0 | 1A | 24 | 0 | 12 | 100 | 2C | 43 |
| Octal | 231 | 205 | 320 | 32 | 44 | 0 | 22 | 400 | 54 | 103 |
| Binary | 10011001 | 10000101 | 11010000 | 11010 | 100100 | 0 | 10010 | 100000000 | 101100 | 1000011 |
Color Harmonies of #9985D0
Complementary color
Monochromatic Colors of #9985D0
Black with #9985D0
Text Example
Text Example
White with #9985D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9985D0; }
p { color: rgb(153,133,208); }
H1.HeaderClassName
{
color: #9985D0;
}
.AnyTagClassName
{
color: #9985D0;
}
</style>
background-color css
<style>
a { background-color: #9985D0; }
a { background-color: rgb(153,133,208); }
div.DivClassName
{
background-color: #9985D0;
}
.BgClassName
{
background-color: #9985D0;
}
</style>
border-color css
<style>
span { border-color: #9985D0; }
span { border-color: rgb(153,133,208); }
td.TdClassName
{
border-color: #9985D0;
}
.TagClassName
{
border-color: #9985D0;
}
</style>