Shades of Cold Purple #9582C5
Tints of Cold Purple #9582C5
RGB
CMYK
RGB Variations
Color information
#9582C5 (or 0x9582C5) is known color: Cold Purple. HEX triplet: 95, 82 and C5. RGB value is (149,130,197). Sum of RGB (Red+Green+Blue) = 149+130+197=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 197 - color contains mainly: blue. Hex color #9582C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582C5 is #6A7D3A. Grayscale: #8F8F8F. Windows color (decimal): -6978875 or 12944021. OLE color: 12944021.
HSL color Cylindrical-coordinate representation of color #9582C5: hue angle of 257.01º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9582C5 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 130 | 197 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.23 |
| HSL | 257.01º | 0.37% | 0.64% | - |
| HSV(B) | 257.01º | 0.34% | 0.77% | - |
| XYZ | 30.46 | 26.39 | 56.31 | - |
| YUV | 143.32 | 158.29 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 197 | 0.24 | 0.34 | 0 | 0.23 | 257.01 | 0.37 | 0.64 |
| Hex | 95 | 82 | C5 | 18 | 22 | 0 | 17 | 101 | 25 | 40 |
| Octal | 225 | 202 | 305 | 30 | 42 | 0 | 27 | 401 | 45 | 100 |
| Binary | 10010101 | 10000010 | 11000101 | 11000 | 100010 | 0 | 10111 | 100000001 | 100101 | 1000000 |
Color Harmonies of #9582C5
Complementary color
Monochromatic Colors of #9582C5
Black with #9582C5
Text Example
Text Example
White with #9582C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9582C5; }
p { color: rgb(149,130,197); }
H1.HeaderClassName
{
color: #9582C5;
}
.AnyTagClassName
{
color: #9582C5;
}
</style>
background-color css
<style>
a { background-color: #9582C5; }
a { background-color: rgb(149,130,197); }
div.DivClassName
{
background-color: #9582C5;
}
.BgClassName
{
background-color: #9582C5;
}
</style>
border-color css
<style>
span { border-color: #9582C5; }
span { border-color: rgb(149,130,197); }
td.TdClassName
{
border-color: #9582C5;
}
.TagClassName
{
border-color: #9582C5;
}
</style>