Shades of Cold Purple #9585BE
Tints of Cold Purple #9585BE
RGB
CMYK
RGB Variations
Color information
#9585BE (or 0x9585BE) is known color: Cold Purple. HEX triplet: 95, 85 and BE. RGB value is (149,133,190). Sum of RGB (Red+Green+Blue) = 149+133+190=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9585BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585BE is #6A7A41. Grayscale: #909090. Windows color (decimal): -6978114 or 12486037. OLE color: 12486037.
HSL color Cylindrical-coordinate representation of color #9585BE: hue angle of 256.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9585BE is Cyan = 0.22, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 133 | 190 | - |
| CMYK | 0.22 | 0.3 | 0 | 0.25 |
| HSL | 256.84º | 0.3% | 0.63% | - |
| HSV(B) | 256.84º | 0.3% | 0.75% | - |
| XYZ | 30.08 | 26.88 | 52.32 | - |
| YUV | 144.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 190 | 0.22 | 0.3 | 0 | 0.25 | 256.84 | 0.3 | 0.63 |
| Hex | 95 | 85 | BE | 16 | 1E | 0 | 19 | 101 | 1E | 3F |
| Octal | 225 | 205 | 276 | 26 | 36 | 0 | 31 | 401 | 36 | 77 |
| Binary | 10010101 | 10000101 | 10111110 | 10110 | 11110 | 0 | 11001 | 100000001 | 11110 | 111111 |
Color Harmonies of #9585BE
Complementary color
Monochromatic Colors of #9585BE
Black with #9585BE
Text Example
Text Example
White with #9585BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585BE; }
p { color: rgb(149,133,190); }
H1.HeaderClassName
{
color: #9585BE;
}
.AnyTagClassName
{
color: #9585BE;
}
</style>
background-color css
<style>
a { background-color: #9585BE; }
a { background-color: rgb(149,133,190); }
div.DivClassName
{
background-color: #9585BE;
}
.BgClassName
{
background-color: #9585BE;
}
</style>
border-color css
<style>
span { border-color: #9585BE; }
span { border-color: rgb(149,133,190); }
td.TdClassName
{
border-color: #9585BE;
}
.TagClassName
{
border-color: #9585BE;
}
</style>