Shades of Cold Purple #9585BB
Tints of Cold Purple #9585BB
RGB
CMYK
RGB Variations
Color information
#9585BB (or 0x9585BB) is known color: Cold Purple. HEX triplet: 95, 85 and BB. RGB value is (149,133,187). Sum of RGB (Red+Green+Blue) = 149+133+187=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9585BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585BB is #6A7A44. Grayscale: #8F8F8F. Windows color (decimal): -6978117 or 12289429. OLE color: 12289429.
HSL color Cylindrical-coordinate representation of color #9585BB: hue angle of 257.78º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9585BB is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 133 | 187 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.27 |
| HSL | 257.78º | 0.28% | 0.63% | - |
| HSV(B) | 257.78º | 0.29% | 0.73% | - |
| XYZ | 29.75 | 26.75 | 50.61 | - |
| YUV | 143.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 187 | 0.20 | 0.29 | 0 | 0.27 | 257.78 | 0.28 | 0.63 |
| Hex | 95 | 85 | BB | 14 | 1D | 0 | 1B | 102 | 1C | 3F |
| Octal | 225 | 205 | 273 | 24 | 35 | 0 | 33 | 402 | 34 | 77 |
| Binary | 10010101 | 10000101 | 10111011 | 10100 | 11101 | 0 | 11011 | 100000010 | 11100 | 111111 |
Color Harmonies of #9585BB
Complementary color
Monochromatic Colors of #9585BB
Black with #9585BB
Text Example
Text Example
White with #9585BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585BB; }
p { color: rgb(149,133,187); }
H1.HeaderClassName
{
color: #9585BB;
}
.AnyTagClassName
{
color: #9585BB;
}
</style>
background-color css
<style>
a { background-color: #9585BB; }
a { background-color: rgb(149,133,187); }
div.DivClassName
{
background-color: #9585BB;
}
.BgClassName
{
background-color: #9585BB;
}
</style>
border-color css
<style>
span { border-color: #9585BB; }
span { border-color: rgb(149,133,187); }
td.TdClassName
{
border-color: #9585BB;
}
.TagClassName
{
border-color: #9585BB;
}
</style>