Shades of Cold Purple #9D8DD0
Tints of Cold Purple #9D8DD0
RGB
CMYK
RGB Variations
Color information
#9D8DD0 (or 0x9D8DD0) is known color: Cold Purple. HEX triplet: 9D, 8D and D0. RGB value is (157,141,208). Sum of RGB (Red+Green+Blue) = 157+141+208=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #9D8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DD0 is #62722F. Grayscale: #999999. Windows color (decimal): -6451760 or 13667741. OLE color: 13667741.
HSL color Cylindrical-coordinate representation of color #9D8DD0: hue angle of 254.33º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D8DD0 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 141 | 208 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.18 |
| HSL | 254.33º | 0.42% | 0.68% | - |
| HSV(B) | 254.33º | 0.32% | 0.82% | - |
| XYZ | 34.81 | 30.77 | 63.78 | - |
| YUV | 153.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 208 | 0.25 | 0.32 | 0 | 0.18 | 254.33 | 0.42 | 0.68 |
| Hex | 9D | 8D | D0 | 19 | 20 | 0 | 12 | FE | 2A | 44 |
| Octal | 235 | 215 | 320 | 31 | 40 | 0 | 22 | 376 | 52 | 104 |
| Binary | 10011101 | 10001101 | 11010000 | 11001 | 100000 | 0 | 10010 | 11111110 | 101010 | 1000100 |
Color Harmonies of #9D8DD0
Complementary color
Monochromatic Colors of #9D8DD0
Black with #9D8DD0
Text Example
Text Example
White with #9D8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8DD0; }
p { color: rgb(157,141,208); }
H1.HeaderClassName
{
color: #9D8DD0;
}
.AnyTagClassName
{
color: #9D8DD0;
}
</style>
background-color css
<style>
a { background-color: #9D8DD0; }
a { background-color: rgb(157,141,208); }
div.DivClassName
{
background-color: #9D8DD0;
}
.BgClassName
{
background-color: #9D8DD0;
}
</style>
border-color css
<style>
span { border-color: #9D8DD0; }
span { border-color: rgb(157,141,208); }
td.TdClassName
{
border-color: #9D8DD0;
}
.TagClassName
{
border-color: #9D8DD0;
}
</style>