Shades of Cold Purple #9C82C1
Tints of Cold Purple #9C82C1
RGB
CMYK
RGB Variations
Color information
#9C82C1 (or 0x9C82C1) is known color: Cold Purple. HEX triplet: 9C, 82 and C1. RGB value is (156,130,193). Sum of RGB (Red+Green+Blue) = 156+130+193=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C82C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C82C1 is #637D3E. Grayscale: #909090. Windows color (decimal): -6520127 or 12681884. OLE color: 12681884.
HSL color Cylindrical-coordinate representation of color #9C82C1: hue angle of 264.76º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C82C1 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 130 | 193 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.24 |
| HSL | 264.76º | 0.34% | 0.63% | - |
| HSV(B) | 264.76º | 0.33% | 0.76% | - |
| XYZ | 31.32 | 26.88 | 53.99 | - |
| YUV | 144.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 193 | 0.19 | 0.33 | 0 | 0.24 | 264.76 | 0.34 | 0.63 |
| Hex | 9C | 82 | C1 | 13 | 21 | 0 | 18 | 109 | 22 | 3F |
| Octal | 234 | 202 | 301 | 23 | 41 | 0 | 30 | 411 | 42 | 77 |
| Binary | 10011100 | 10000010 | 11000001 | 10011 | 100001 | 0 | 11000 | 100001001 | 100010 | 111111 |
Color Harmonies of #9C82C1
Complementary color
Monochromatic Colors of #9C82C1
Black with #9C82C1
Text Example
Text Example
White with #9C82C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C82C1; }
p { color: rgb(156,130,193); }
H1.HeaderClassName
{
color: #9C82C1;
}
.AnyTagClassName
{
color: #9C82C1;
}
</style>
background-color css
<style>
a { background-color: #9C82C1; }
a { background-color: rgb(156,130,193); }
div.DivClassName
{
background-color: #9C82C1;
}
.BgClassName
{
background-color: #9C82C1;
}
</style>
border-color css
<style>
span { border-color: #9C82C1; }
span { border-color: rgb(156,130,193); }
td.TdClassName
{
border-color: #9C82C1;
}
.TagClassName
{
border-color: #9C82C1;
}
</style>