Shades of Cold Purple #9980CE
Tints of Cold Purple #9980CE
RGB
CMYK
RGB Variations
Color information
#9980CE (or 0x9980CE) is known color: Cold Purple. HEX triplet: 99, 80 and CE. RGB value is (153,128,206). Sum of RGB (Red+Green+Blue) = 153+128+206=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #9980CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980CE is #667F31. Grayscale: #909090. Windows color (decimal): -6717234 or 13533337. OLE color: 13533337.
HSL color Cylindrical-coordinate representation of color #9980CE: hue angle of 259.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9980CE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 128 | 206 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.19 |
| HSL | 259.23º | 0.44% | 0.65% | - |
| HSV(B) | 259.23º | 0.38% | 0.81% | - |
| XYZ | 32 | 26.67 | 61.85 | - |
| YUV | 144.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 206 | 0.26 | 0.38 | 0 | 0.19 | 259.23 | 0.44 | 0.65 |
| Hex | 99 | 80 | CE | 1A | 26 | 0 | 13 | 103 | 2C | 41 |
| Octal | 231 | 200 | 316 | 32 | 46 | 0 | 23 | 403 | 54 | 101 |
| Binary | 10011001 | 10000000 | 11001110 | 11010 | 100110 | 0 | 10011 | 100000011 | 101100 | 1000001 |
Color Harmonies of #9980CE
Complementary color
Monochromatic Colors of #9980CE
Black with #9980CE
Text Example
Text Example
White with #9980CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9980CE; }
p { color: rgb(153,128,206); }
H1.HeaderClassName
{
color: #9980CE;
}
.AnyTagClassName
{
color: #9980CE;
}
</style>
background-color css
<style>
a { background-color: #9980CE; }
a { background-color: rgb(153,128,206); }
div.DivClassName
{
background-color: #9980CE;
}
.BgClassName
{
background-color: #9980CE;
}
</style>
border-color css
<style>
span { border-color: #9980CE; }
span { border-color: rgb(153,128,206); }
td.TdClassName
{
border-color: #9980CE;
}
.TagClassName
{
border-color: #9980CE;
}
</style>