Shades of Cold Purple #9582BA
Tints of Cold Purple #9582BA
RGB
CMYK
RGB Variations
Color information
#9582BA (or 0x9582BA) is known color: Cold Purple. HEX triplet: 95, 82 and BA. RGB value is (149,130,186). Sum of RGB (Red+Green+Blue) = 149+130+186=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #9582BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582BA is #6A7D45. Grayscale: #8D8D8D. Windows color (decimal): -6978886 or 12223125. OLE color: 12223125.
HSL color Cylindrical-coordinate representation of color #9582BA: hue angle of 260.36º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9582BA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 130 | 186 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.27 |
| HSL | 260.36º | 0.29% | 0.62% | - |
| HSV(B) | 260.36º | 0.3% | 0.73% | - |
| XYZ | 29.24 | 25.9 | 49.91 | - |
| YUV | 142.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 186 | 0.20 | 0.30 | 0 | 0.27 | 260.36 | 0.29 | 0.62 |
| Hex | 95 | 82 | BA | 14 | 1E | 0 | 1B | 104 | 1D | 3E |
| Octal | 225 | 202 | 272 | 24 | 36 | 0 | 33 | 404 | 35 | 76 |
| Binary | 10010101 | 10000010 | 10111010 | 10100 | 11110 | 0 | 11011 | 100000100 | 11101 | 111110 |
Color Harmonies of #9582BA
Complementary color
Monochromatic Colors of #9582BA
Black with #9582BA
Text Example
Text Example
White with #9582BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9582BA; }
p { color: rgb(149,130,186); }
H1.HeaderClassName
{
color: #9582BA;
}
.AnyTagClassName
{
color: #9582BA;
}
</style>
background-color css
<style>
a { background-color: #9582BA; }
a { background-color: rgb(149,130,186); }
div.DivClassName
{
background-color: #9582BA;
}
.BgClassName
{
background-color: #9582BA;
}
</style>
border-color css
<style>
span { border-color: #9582BA; }
span { border-color: rgb(149,130,186); }
td.TdClassName
{
border-color: #9582BA;
}
.TagClassName
{
border-color: #9582BA;
}
</style>