Shades of Cold Purple #9580C1
Tints of Cold Purple #9580C1
RGB
CMYK
RGB Variations
Color information
#9580C1 (or 0x9580C1) is known color: Cold Purple. HEX triplet: 95, 80 and C1. RGB value is (149,128,193). Sum of RGB (Red+Green+Blue) = 149+128+193=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #9580C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580C1 is #6A7F3E. Grayscale: #8D8D8D. Windows color (decimal): -6979391 or 12681365. OLE color: 12681365.
HSL color Cylindrical-coordinate representation of color #9580C1: hue angle of 259.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9580C1 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 128 | 193 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.24 |
| HSL | 259.38º | 0.34% | 0.63% | - |
| HSV(B) | 259.38º | 0.34% | 0.76% | - |
| XYZ | 29.74 | 25.68 | 53.84 | - |
| YUV | 141.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 193 | 0.23 | 0.34 | 0 | 0.24 | 259.38 | 0.34 | 0.63 |
| Hex | 95 | 80 | C1 | 17 | 22 | 0 | 18 | 103 | 22 | 3F |
| Octal | 225 | 200 | 301 | 27 | 42 | 0 | 30 | 403 | 42 | 77 |
| Binary | 10010101 | 10000000 | 11000001 | 10111 | 100010 | 0 | 11000 | 100000011 | 100010 | 111111 |
Color Harmonies of #9580C1
Complementary color
Monochromatic Colors of #9580C1
Black with #9580C1
Text Example
Text Example
White with #9580C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9580C1; }
p { color: rgb(149,128,193); }
H1.HeaderClassName
{
color: #9580C1;
}
.AnyTagClassName
{
color: #9580C1;
}
</style>
background-color css
<style>
a { background-color: #9580C1; }
a { background-color: rgb(149,128,193); }
div.DivClassName
{
background-color: #9580C1;
}
.BgClassName
{
background-color: #9580C1;
}
</style>
border-color css
<style>
span { border-color: #9580C1; }
span { border-color: rgb(149,128,193); }
td.TdClassName
{
border-color: #9580C1;
}
.TagClassName
{
border-color: #9580C1;
}
</style>