Shades of Cold Purple #9980C8
Tints of Cold Purple #9980C8
RGB
CMYK
RGB Variations
Color information
#9980C8 (or 0x9980C8) is known color: Cold Purple. HEX triplet: 99, 80 and C8. RGB value is (153,128,200). Sum of RGB (Red+Green+Blue) = 153+128+200=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #9980C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980C8 is #667F37. Grayscale: #8F8F8F. Windows color (decimal): -6717240 or 13140121. OLE color: 13140121.
HSL color Cylindrical-coordinate representation of color #9980C8: hue angle of 260.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9980C8 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 128 | 200 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.22 |
| HSL | 260.83º | 0.4% | 0.64% | - |
| HSV(B) | 260.83º | 0.36% | 0.78% | - |
| XYZ | 31.28 | 26.38 | 58.09 | - |
| YUV | 143.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 200 | 0.24 | 0.36 | 0 | 0.22 | 260.83 | 0.4 | 0.64 |
| Hex | 99 | 80 | C8 | 18 | 24 | 0 | 16 | 105 | 28 | 40 |
| Octal | 231 | 200 | 310 | 30 | 44 | 0 | 26 | 405 | 50 | 100 |
| Binary | 10011001 | 10000000 | 11001000 | 11000 | 100100 | 0 | 10110 | 100000101 | 101000 | 1000000 |
Color Harmonies of #9980C8
Complementary color
Monochromatic Colors of #9980C8
Black with #9980C8
Text Example
Text Example
White with #9980C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9980C8; }
p { color: rgb(153,128,200); }
H1.HeaderClassName
{
color: #9980C8;
}
.AnyTagClassName
{
color: #9980C8;
}
</style>
background-color css
<style>
a { background-color: #9980C8; }
a { background-color: rgb(153,128,200); }
div.DivClassName
{
background-color: #9980C8;
}
.BgClassName
{
background-color: #9980C8;
}
</style>
border-color css
<style>
span { border-color: #9980C8; }
span { border-color: rgb(153,128,200); }
td.TdClassName
{
border-color: #9980C8;
}
.TagClassName
{
border-color: #9980C8;
}
</style>