Shades of Cold Purple #9D80CD
Tints of Cold Purple #9D80CD
RGB
CMYK
RGB Variations
Color information
#9D80CD (or 0x9D80CD) is known color: Cold Purple. HEX triplet: 9D, 80 and CD. RGB value is (157,128,205). Sum of RGB (Red+Green+Blue) = 157+128+205=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D80CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D80CD is #627F32. Grayscale: #919191. Windows color (decimal): -6455091 or 13467805. OLE color: 13467805.
HSL color Cylindrical-coordinate representation of color #9D80CD: hue angle of 262.6º 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 #9D80CD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 128 | 205 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.20 |
| HSL | 262.6º | 0.44% | 0.65% | - |
| HSV(B) | 262.6º | 0.38% | 0.8% | - |
| XYZ | 32.64 | 27.01 | 61.25 | - |
| YUV | 145.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 205 | 0.23 | 0.38 | 0 | 0.20 | 262.6 | 0.44 | 0.65 |
| Hex | 9D | 80 | CD | 17 | 26 | 0 | 14 | 107 | 2C | 41 |
| Octal | 235 | 200 | 315 | 27 | 46 | 0 | 24 | 407 | 54 | 101 |
| Binary | 10011101 | 10000000 | 11001101 | 10111 | 100110 | 0 | 10100 | 100000111 | 101100 | 1000001 |
Color Harmonies of #9D80CD
Complementary color
Monochromatic Colors of #9D80CD
Black with #9D80CD
Text Example
Text Example
White with #9D80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D80CD; }
p { color: rgb(157,128,205); }
H1.HeaderClassName
{
color: #9D80CD;
}
.AnyTagClassName
{
color: #9D80CD;
}
</style>
background-color css
<style>
a { background-color: #9D80CD; }
a { background-color: rgb(157,128,205); }
div.DivClassName
{
background-color: #9D80CD;
}
.BgClassName
{
background-color: #9D80CD;
}
</style>
border-color css
<style>
span { border-color: #9D80CD; }
span { border-color: rgb(157,128,205); }
td.TdClassName
{
border-color: #9D80CD;
}
.TagClassName
{
border-color: #9D80CD;
}
</style>