Shades of Cold Purple #9585BD
Tints of Cold Purple #9585BD
RGB
CMYK
RGB Variations
Color information
#9585BD (or 0x9585BD) is known color: Cold Purple. HEX triplet: 95, 85 and BD. RGB value is (149,133,189). Sum of RGB (Red+Green+Blue) = 149+133+189=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #9585BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585BD is #6A7A42. Grayscale: #8F8F8F. Windows color (decimal): -6978115 or 12420501. OLE color: 12420501.
HSL color Cylindrical-coordinate representation of color #9585BD: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9585BD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 133 | 189 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.26 |
| HSL | 257.14º | 0.3% | 0.63% | - |
| HSV(B) | 257.14º | 0.3% | 0.74% | - |
| XYZ | 29.97 | 26.84 | 51.75 | - |
| YUV | 144.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 189 | 0.21 | 0.30 | 0 | 0.26 | 257.14 | 0.3 | 0.63 |
| Hex | 95 | 85 | BD | 15 | 1E | 0 | 1A | 101 | 1E | 3F |
| Octal | 225 | 205 | 275 | 25 | 36 | 0 | 32 | 401 | 36 | 77 |
| Binary | 10010101 | 10000101 | 10111101 | 10101 | 11110 | 0 | 11010 | 100000001 | 11110 | 111111 |
Color Harmonies of #9585BD
Complementary color
Monochromatic Colors of #9585BD
Black with #9585BD
Text Example
Text Example
White with #9585BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585BD; }
p { color: rgb(149,133,189); }
H1.HeaderClassName
{
color: #9585BD;
}
.AnyTagClassName
{
color: #9585BD;
}
</style>
background-color css
<style>
a { background-color: #9585BD; }
a { background-color: rgb(149,133,189); }
div.DivClassName
{
background-color: #9585BD;
}
.BgClassName
{
background-color: #9585BD;
}
</style>
border-color css
<style>
span { border-color: #9585BD; }
span { border-color: rgb(149,133,189); }
td.TdClassName
{
border-color: #9585BD;
}
.TagClassName
{
border-color: #9585BD;
}
</style>