Shades of Cold Purple #9582CA
Tints of Cold Purple #9582CA
RGB
CMYK
RGB Variations
Color information
#9582CA (or 0x9582CA) is known color: Cold Purple. HEX triplet: 95, 82 and CA. RGB value is (149,130,202). Sum of RGB (Red+Green+Blue) = 149+130+202=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #9582CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582CA is #6A7D35. Grayscale: #8F8F8F. Windows color (decimal): -6978870 or 13271701. OLE color: 13271701.
HSL color Cylindrical-coordinate representation of color #9582CA: hue angle of 255.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9582CA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 130 | 202 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.21 |
| HSL | 255.83º | 0.4% | 0.65% | - |
| HSV(B) | 255.83º | 0.36% | 0.79% | - |
| XYZ | 31.04 | 26.62 | 59.38 | - |
| YUV | 143.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 202 | 0.26 | 0.36 | 0 | 0.21 | 255.83 | 0.4 | 0.65 |
| Hex | 95 | 82 | CA | 1A | 24 | 0 | 15 | 100 | 28 | 41 |
| Octal | 225 | 202 | 312 | 32 | 44 | 0 | 25 | 400 | 50 | 101 |
| Binary | 10010101 | 10000010 | 11001010 | 11010 | 100100 | 0 | 10101 | 100000000 | 101000 | 1000001 |
Color Harmonies of #9582CA
Complementary color
Monochromatic Colors of #9582CA
Black with #9582CA
Text Example
Text Example
White with #9582CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9582CA; }
p { color: rgb(149,130,202); }
H1.HeaderClassName
{
color: #9582CA;
}
.AnyTagClassName
{
color: #9582CA;
}
</style>
background-color css
<style>
a { background-color: #9582CA; }
a { background-color: rgb(149,130,202); }
div.DivClassName
{
background-color: #9582CA;
}
.BgClassName
{
background-color: #9582CA;
}
</style>
border-color css
<style>
span { border-color: #9582CA; }
span { border-color: rgb(149,130,202); }
td.TdClassName
{
border-color: #9582CA;
}
.TagClassName
{
border-color: #9582CA;
}
</style>