Shades of Cold Purple #9D80CB
Tints of Cold Purple #9D80CB
RGB
CMYK
RGB Variations
Color information
#9D80CB (or 0x9D80CB) is known color: Cold Purple. HEX triplet: 9D, 80 and CB. RGB value is (157,128,203). Sum of RGB (Red+Green+Blue) = 157+128+203=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D80CB is #627F34. Grayscale: #909090. Windows color (decimal): -6455093 or 13336733. OLE color: 13336733.
HSL color Cylindrical-coordinate representation of color #9D80CB: hue angle of 263.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D80CB is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 128 | 203 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.20 |
| HSL | 263.2º | 0.42% | 0.65% | - |
| HSV(B) | 263.2º | 0.37% | 0.8% | - |
| XYZ | 32.4 | 26.92 | 59.99 | - |
| YUV | 145.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 203 | 0.23 | 0.37 | 0 | 0.20 | 263.2 | 0.42 | 0.65 |
| Hex | 9D | 80 | CB | 17 | 25 | 0 | 14 | 107 | 2A | 41 |
| Octal | 235 | 200 | 313 | 27 | 45 | 0 | 24 | 407 | 52 | 101 |
| Binary | 10011101 | 10000000 | 11001011 | 10111 | 100101 | 0 | 10100 | 100000111 | 101010 | 1000001 |
Color Harmonies of #9D80CB
Complementary color
Monochromatic Colors of #9D80CB
Black with #9D80CB
Text Example
Text Example
White with #9D80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D80CB; }
p { color: rgb(157,128,203); }
H1.HeaderClassName
{
color: #9D80CB;
}
.AnyTagClassName
{
color: #9D80CB;
}
</style>
background-color css
<style>
a { background-color: #9D80CB; }
a { background-color: rgb(157,128,203); }
div.DivClassName
{
background-color: #9D80CB;
}
.BgClassName
{
background-color: #9D80CB;
}
</style>
border-color css
<style>
span { border-color: #9D80CB; }
span { border-color: rgb(157,128,203); }
td.TdClassName
{
border-color: #9D80CB;
}
.TagClassName
{
border-color: #9D80CB;
}
</style>