Shades of Cold Purple #9582BC
Tints of Cold Purple #9582BC
RGB
CMYK
RGB Variations
Color information
#9582BC (or 0x9582BC) is known color: Cold Purple. HEX triplet: 95, 82 and BC. RGB value is (149,130,188). Sum of RGB (Red+Green+Blue) = 149+130+188=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9582BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582BC is #6A7D43. Grayscale: #8E8E8E. Windows color (decimal): -6978884 or 12354197. OLE color: 12354197.
HSL color Cylindrical-coordinate representation of color #9582BC: hue angle of 259.66º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9582BC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 130 | 188 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.26 |
| HSL | 259.66º | 0.3% | 0.62% | - |
| HSV(B) | 259.66º | 0.31% | 0.74% | - |
| XYZ | 29.45 | 25.99 | 51.04 | - |
| YUV | 142.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 188 | 0.21 | 0.31 | 0 | 0.26 | 259.66 | 0.3 | 0.62 |
| Hex | 95 | 82 | BC | 15 | 1F | 0 | 1A | 104 | 1E | 3E |
| Octal | 225 | 202 | 274 | 25 | 37 | 0 | 32 | 404 | 36 | 76 |
| Binary | 10010101 | 10000010 | 10111100 | 10101 | 11111 | 0 | 11010 | 100000100 | 11110 | 111110 |
Color Harmonies of #9582BC
Complementary color
Monochromatic Colors of #9582BC
Black with #9582BC
Text Example
Text Example
White with #9582BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9582BC; }
p { color: rgb(149,130,188); }
H1.HeaderClassName
{
color: #9582BC;
}
.AnyTagClassName
{
color: #9582BC;
}
</style>
background-color css
<style>
a { background-color: #9582BC; }
a { background-color: rgb(149,130,188); }
div.DivClassName
{
background-color: #9582BC;
}
.BgClassName
{
background-color: #9582BC;
}
</style>
border-color css
<style>
span { border-color: #9582BC; }
span { border-color: rgb(149,130,188); }
td.TdClassName
{
border-color: #9582BC;
}
.TagClassName
{
border-color: #9582BC;
}
</style>