Shades of Cold Purple #9580C3
Tints of Cold Purple #9580C3
RGB
CMYK
RGB Variations
Color information
#9580C3 (or 0x9580C3) is known color: Cold Purple. HEX triplet: 95, 80 and C3. RGB value is (149,128,195). Sum of RGB (Red+Green+Blue) = 149+128+195=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #9580C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580C3 is #6A7F3C. Grayscale: #8D8D8D. Windows color (decimal): -6979389 or 12812437. OLE color: 12812437.
HSL color Cylindrical-coordinate representation of color #9580C3: hue angle of 258.81º degrees, saturation: 0.36, 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 #9580C3 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 128 | 195 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.24 |
| HSL | 258.81º | 0.36% | 0.63% | - |
| HSV(B) | 258.81º | 0.34% | 0.76% | - |
| XYZ | 29.96 | 25.77 | 55.02 | - |
| YUV | 141.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 195 | 0.24 | 0.34 | 0 | 0.24 | 258.81 | 0.36 | 0.63 |
| Hex | 95 | 80 | C3 | 18 | 22 | 0 | 18 | 103 | 24 | 3F |
| Octal | 225 | 200 | 303 | 30 | 42 | 0 | 30 | 403 | 44 | 77 |
| Binary | 10010101 | 10000000 | 11000011 | 11000 | 100010 | 0 | 11000 | 100000011 | 100100 | 111111 |
Color Harmonies of #9580C3
Complementary color
Monochromatic Colors of #9580C3
Black with #9580C3
Text Example
Text Example
White with #9580C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9580C3; }
p { color: rgb(149,128,195); }
H1.HeaderClassName
{
color: #9580C3;
}
.AnyTagClassName
{
color: #9580C3;
}
</style>
background-color css
<style>
a { background-color: #9580C3; }
a { background-color: rgb(149,128,195); }
div.DivClassName
{
background-color: #9580C3;
}
.BgClassName
{
background-color: #9580C3;
}
</style>
border-color css
<style>
span { border-color: #9580C3; }
span { border-color: rgb(149,128,195); }
td.TdClassName
{
border-color: #9580C3;
}
.TagClassName
{
border-color: #9580C3;
}
</style>