Shades of Cold Purple #9980C0
Tints of Cold Purple #9980C0
RGB
CMYK
RGB Variations
Color information
#9980C0 (or 0x9980C0) is known color: Cold Purple. HEX triplet: 99, 80 and C0. RGB value is (153,128,192). Sum of RGB (Red+Green+Blue) = 153+128+192=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #9980C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980C0 is #667F3F. Grayscale: #8E8E8E. Windows color (decimal): -6717248 or 12615833. OLE color: 12615833.
HSL color Cylindrical-coordinate representation of color #9980C0: hue angle of 263.44º 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 #9980C0 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 128 | 192 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.25 |
| HSL | 263.44º | 0.34% | 0.63% | - |
| HSV(B) | 263.44º | 0.33% | 0.75% | - |
| XYZ | 30.37 | 26.02 | 53.29 | - |
| YUV | 142.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 192 | 0.20 | 0.33 | 0 | 0.25 | 263.44 | 0.34 | 0.63 |
| Hex | 99 | 80 | C0 | 14 | 21 | 0 | 19 | 107 | 22 | 3F |
| Octal | 231 | 200 | 300 | 24 | 41 | 0 | 31 | 407 | 42 | 77 |
| Binary | 10011001 | 10000000 | 11000000 | 10100 | 100001 | 0 | 11001 | 100000111 | 100010 | 111111 |
Color Harmonies of #9980C0
Complementary color
Monochromatic Colors of #9980C0
Black with #9980C0
Text Example
Text Example
White with #9980C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9980C0; }
p { color: rgb(153,128,192); }
H1.HeaderClassName
{
color: #9980C0;
}
.AnyTagClassName
{
color: #9980C0;
}
</style>
background-color css
<style>
a { background-color: #9980C0; }
a { background-color: rgb(153,128,192); }
div.DivClassName
{
background-color: #9980C0;
}
.BgClassName
{
background-color: #9980C0;
}
</style>
border-color css
<style>
span { border-color: #9980C0; }
span { border-color: rgb(153,128,192); }
td.TdClassName
{
border-color: #9980C0;
}
.TagClassName
{
border-color: #9980C0;
}
</style>