Shades of Cold Purple #9D7FCD
Tints of Cold Purple #9D7FCD
RGB
CMYK
RGB Variations
Color information
#9D7FCD (or 0x9D7FCD) is known color: Cold Purple. HEX triplet: 9D, 7F and CD. RGB value is (157,127,205). Sum of RGB (Red+Green+Blue) = 157+127+205=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7FCD is #628032. Grayscale: #909090. Windows color (decimal): -6455347 or 13467549. OLE color: 13467549.
HSL color Cylindrical-coordinate representation of color #9D7FCD: hue angle of 263.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D7FCD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 127 | 205 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.20 |
| HSL | 263.08º | 0.44% | 0.65% | - |
| HSV(B) | 263.08º | 0.38% | 0.8% | - |
| XYZ | 32.51 | 26.75 | 61.21 | - |
| YUV | 144.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 205 | 0.23 | 0.38 | 0 | 0.20 | 263.08 | 0.44 | 0.65 |
| Hex | 9D | 7F | CD | 17 | 26 | 0 | 14 | 107 | 2C | 41 |
| Octal | 235 | 177 | 315 | 27 | 46 | 0 | 24 | 407 | 54 | 101 |
| Binary | 10011101 | 1111111 | 11001101 | 10111 | 100110 | 0 | 10100 | 100000111 | 101100 | 1000001 |
Color Harmonies of #9D7FCD
Complementary color
Monochromatic Colors of #9D7FCD
Black with #9D7FCD
Text Example
Text Example
White with #9D7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7FCD; }
p { color: rgb(157,127,205); }
H1.HeaderClassName
{
color: #9D7FCD;
}
.AnyTagClassName
{
color: #9D7FCD;
}
</style>
background-color css
<style>
a { background-color: #9D7FCD; }
a { background-color: rgb(157,127,205); }
div.DivClassName
{
background-color: #9D7FCD;
}
.BgClassName
{
background-color: #9D7FCD;
}
</style>
border-color css
<style>
span { border-color: #9D7FCD; }
span { border-color: rgb(157,127,205); }
td.TdClassName
{
border-color: #9D7FCD;
}
.TagClassName
{
border-color: #9D7FCD;
}
</style>