Shades of Cold Purple #9585B9
Tints of Cold Purple #9585B9
RGB
CMYK
RGB Variations
Color information
#9585B9 (or 0x9585B9) is known color: Cold Purple. HEX triplet: 95, 85 and B9. RGB value is (149,133,185). Sum of RGB (Red+Green+Blue) = 149+133+185=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #9585B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585B9 is #6A7A46. Grayscale: #8F8F8F. Windows color (decimal): -6978119 or 12158357. OLE color: 12158357.
HSL color Cylindrical-coordinate representation of color #9585B9: hue angle of 258.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9585B9 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 133 | 185 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.27 |
| HSL | 258.46º | 0.27% | 0.62% | - |
| HSV(B) | 258.46º | 0.28% | 0.73% | - |
| XYZ | 29.54 | 26.67 | 49.49 | - |
| YUV | 143.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 185 | 0.19 | 0.28 | 0 | 0.27 | 258.46 | 0.27 | 0.62 |
| Hex | 95 | 85 | B9 | 13 | 1C | 0 | 1B | 102 | 1B | 3E |
| Octal | 225 | 205 | 271 | 23 | 34 | 0 | 33 | 402 | 33 | 76 |
| Binary | 10010101 | 10000101 | 10111001 | 10011 | 11100 | 0 | 11011 | 100000010 | 11011 | 111110 |
Color Harmonies of #9585B9
Complementary color
Monochromatic Colors of #9585B9
Black with #9585B9
Text Example
Text Example
White with #9585B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585B9; }
p { color: rgb(149,133,185); }
H1.HeaderClassName
{
color: #9585B9;
}
.AnyTagClassName
{
color: #9585B9;
}
</style>
background-color css
<style>
a { background-color: #9585B9; }
a { background-color: rgb(149,133,185); }
div.DivClassName
{
background-color: #9585B9;
}
.BgClassName
{
background-color: #9585B9;
}
</style>
border-color css
<style>
span { border-color: #9585B9; }
span { border-color: rgb(149,133,185); }
td.TdClassName
{
border-color: #9585B9;
}
.TagClassName
{
border-color: #9585B9;
}
</style>