Shades of Cold Purple #9D90BC
Tints of Cold Purple #9D90BC
RGB
CMYK
RGB Variations
Color information
#9D90BC (or 0x9D90BC) is known color: Cold Purple. HEX triplet: 9D, 90 and BC. RGB value is (157,144,188). Sum of RGB (Red+Green+Blue) = 157+144+188=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90BC is #626F43. Grayscale: #989898. Windows color (decimal): -6451012 or 12357789. OLE color: 12357789.
HSL color Cylindrical-coordinate representation of color #9D90BC: hue angle of 257.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D90BC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 144 | 188 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.26 |
| HSL | 257.73º | 0.25% | 0.65% | - |
| HSV(B) | 257.73º | 0.23% | 0.74% | - |
| XYZ | 32.95 | 30.75 | 51.77 | - |
| YUV | 152.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 188 | 0.16 | 0.23 | 0 | 0.26 | 257.73 | 0.25 | 0.65 |
| Hex | 9D | 90 | BC | 10 | 17 | 0 | 1A | 102 | 19 | 41 |
| Octal | 235 | 220 | 274 | 20 | 27 | 0 | 32 | 402 | 31 | 101 |
| Binary | 10011101 | 10010000 | 10111100 | 10000 | 10111 | 0 | 11010 | 100000010 | 11001 | 1000001 |
Color Harmonies of #9D90BC
Complementary color
Monochromatic Colors of #9D90BC
Black with #9D90BC
Text Example
Text Example
White with #9D90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D90BC; }
p { color: rgb(157,144,188); }
H1.HeaderClassName
{
color: #9D90BC;
}
.AnyTagClassName
{
color: #9D90BC;
}
</style>
background-color css
<style>
a { background-color: #9D90BC; }
a { background-color: rgb(157,144,188); }
div.DivClassName
{
background-color: #9D90BC;
}
.BgClassName
{
background-color: #9D90BC;
}
</style>
border-color css
<style>
span { border-color: #9D90BC; }
span { border-color: rgb(157,144,188); }
td.TdClassName
{
border-color: #9D90BC;
}
.TagClassName
{
border-color: #9D90BC;
}
</style>