Shades of Cold Purple #9985BC
Tints of Cold Purple #9985BC
RGB
CMYK
RGB Variations
Color information
#9985BC (or 0x9985BC) is known color: Cold Purple. HEX triplet: 99, 85 and BC. RGB value is (153,133,188). Sum of RGB (Red+Green+Blue) = 153+133+188=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #9985BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985BC is #667A43. Grayscale: #919191. Windows color (decimal): -6715972 or 12354969. OLE color: 12354969.
HSL color Cylindrical-coordinate representation of color #9985BC: hue angle of 261.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9985BC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 133 | 188 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.26 |
| HSL | 261.82º | 0.29% | 0.63% | - |
| HSV(B) | 261.82º | 0.29% | 0.74% | - |
| XYZ | 30.6 | 27.18 | 51.21 | - |
| YUV | 145.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 188 | 0.19 | 0.29 | 0 | 0.26 | 261.82 | 0.29 | 0.63 |
| Hex | 99 | 85 | BC | 13 | 1D | 0 | 1A | 106 | 1D | 3F |
| Octal | 231 | 205 | 274 | 23 | 35 | 0 | 32 | 406 | 35 | 77 |
| Binary | 10011001 | 10000101 | 10111100 | 10011 | 11101 | 0 | 11010 | 100000110 | 11101 | 111111 |
Color Harmonies of #9985BC
Complementary color
Monochromatic Colors of #9985BC
Black with #9985BC
Text Example
Text Example
White with #9985BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9985BC; }
p { color: rgb(153,133,188); }
H1.HeaderClassName
{
color: #9985BC;
}
.AnyTagClassName
{
color: #9985BC;
}
</style>
background-color css
<style>
a { background-color: #9985BC; }
a { background-color: rgb(153,133,188); }
div.DivClassName
{
background-color: #9985BC;
}
.BgClassName
{
background-color: #9985BC;
}
</style>
border-color css
<style>
span { border-color: #9985BC; }
span { border-color: rgb(153,133,188); }
td.TdClassName
{
border-color: #9985BC;
}
.TagClassName
{
border-color: #9985BC;
}
</style>