Shades of Cold Purple #9D80C0
Tints of Cold Purple #9D80C0
RGB
CMYK
RGB Variations
Color information
#9D80C0 (or 0x9D80C0) is known color: Cold Purple. HEX triplet: 9D, 80 and C0. RGB value is (157,128,192). Sum of RGB (Red+Green+Blue) = 157+128+192=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D80C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D80C0 is #627F3F. Grayscale: #8F8F8F. Windows color (decimal): -6455104 or 12615837. OLE color: 12615837.
HSL color Cylindrical-coordinate representation of color #9D80C0: hue angle of 267.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D80C0 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 128 | 192 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.25 |
| HSL | 267.19º | 0.34% | 0.63% | - |
| HSV(B) | 267.19º | 0.33% | 0.75% | - |
| XYZ | 31.14 | 26.41 | 53.33 | - |
| YUV | 143.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 192 | 0.18 | 0.33 | 0 | 0.25 | 267.19 | 0.34 | 0.63 |
| Hex | 9D | 80 | C0 | 12 | 21 | 0 | 19 | 10B | 22 | 3F |
| Octal | 235 | 200 | 300 | 22 | 41 | 0 | 31 | 413 | 42 | 77 |
| Binary | 10011101 | 10000000 | 11000000 | 10010 | 100001 | 0 | 11001 | 100001011 | 100010 | 111111 |
Color Harmonies of #9D80C0
Complementary color
Monochromatic Colors of #9D80C0
Black with #9D80C0
Text Example
Text Example
White with #9D80C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D80C0; }
p { color: rgb(157,128,192); }
H1.HeaderClassName
{
color: #9D80C0;
}
.AnyTagClassName
{
color: #9D80C0;
}
</style>
background-color css
<style>
a { background-color: #9D80C0; }
a { background-color: rgb(157,128,192); }
div.DivClassName
{
background-color: #9D80C0;
}
.BgClassName
{
background-color: #9D80C0;
}
</style>
border-color css
<style>
span { border-color: #9D80C0; }
span { border-color: rgb(157,128,192); }
td.TdClassName
{
border-color: #9D80C0;
}
.TagClassName
{
border-color: #9D80C0;
}
</style>