Shades of Cold Purple #9C80CD
Tints of Cold Purple #9C80CD
RGB
CMYK
RGB Variations
Color information
#9C80CD (or 0x9C80CD) is known color: Cold Purple. HEX triplet: 9C, 80 and CD. RGB value is (156,128,205). Sum of RGB (Red+Green+Blue) = 156+128+205=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C80CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C80CD is #637F32. Grayscale: #909090. Windows color (decimal): -6520627 or 13467804. OLE color: 13467804.
HSL color Cylindrical-coordinate representation of color #9C80CD: hue angle of 261.82º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C80CD is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 128 | 205 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.20 |
| HSL | 261.82º | 0.44% | 0.65% | - |
| HSV(B) | 261.82º | 0.38% | 0.8% | - |
| XYZ | 32.45 | 26.91 | 61.24 | - |
| YUV | 145.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 205 | 0.24 | 0.38 | 0 | 0.20 | 261.82 | 0.44 | 0.65 |
| Hex | 9C | 80 | CD | 18 | 26 | 0 | 14 | 106 | 2C | 41 |
| Octal | 234 | 200 | 315 | 30 | 46 | 0 | 24 | 406 | 54 | 101 |
| Binary | 10011100 | 10000000 | 11001101 | 11000 | 100110 | 0 | 10100 | 100000110 | 101100 | 1000001 |
Color Harmonies of #9C80CD
Complementary color
Monochromatic Colors of #9C80CD
Black with #9C80CD
Text Example
Text Example
White with #9C80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C80CD; }
p { color: rgb(156,128,205); }
H1.HeaderClassName
{
color: #9C80CD;
}
.AnyTagClassName
{
color: #9C80CD;
}
</style>
background-color css
<style>
a { background-color: #9C80CD; }
a { background-color: rgb(156,128,205); }
div.DivClassName
{
background-color: #9C80CD;
}
.BgClassName
{
background-color: #9C80CD;
}
</style>
border-color css
<style>
span { border-color: #9C80CD; }
span { border-color: rgb(156,128,205); }
td.TdClassName
{
border-color: #9C80CD;
}
.TagClassName
{
border-color: #9C80CD;
}
</style>