Shades of Cold Purple #9585CE
Tints of Cold Purple #9585CE
RGB
CMYK
RGB Variations
Color information
#9585CE (or 0x9585CE) is known color: Cold Purple. HEX triplet: 95, 85 and CE. RGB value is (149,133,206). Sum of RGB (Red+Green+Blue) = 149+133+206=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #9585CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585CE is #6A7A31. Grayscale: #919191. Windows color (decimal): -6978098 or 13534613. OLE color: 13534613.
HSL color Cylindrical-coordinate representation of color #9585CE: hue angle of 253.15º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9585CE is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 133 | 206 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.19 |
| HSL | 253.15º | 0.43% | 0.66% | - |
| HSV(B) | 253.15º | 0.35% | 0.81% | - |
| XYZ | 31.92 | 27.62 | 62.04 | - |
| YUV | 146.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 206 | 0.28 | 0.35 | 0 | 0.19 | 253.15 | 0.43 | 0.66 |
| Hex | 95 | 85 | CE | 1C | 23 | 0 | 13 | FD | 2B | 42 |
| Octal | 225 | 205 | 316 | 34 | 43 | 0 | 23 | 375 | 53 | 102 |
| Binary | 10010101 | 10000101 | 11001110 | 11100 | 100011 | 0 | 10011 | 11111101 | 101011 | 1000010 |
Color Harmonies of #9585CE
Complementary color
Monochromatic Colors of #9585CE
Black with #9585CE
Text Example
Text Example
White with #9585CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585CE; }
p { color: rgb(149,133,206); }
H1.HeaderClassName
{
color: #9585CE;
}
.AnyTagClassName
{
color: #9585CE;
}
</style>
background-color css
<style>
a { background-color: #9585CE; }
a { background-color: rgb(149,133,206); }
div.DivClassName
{
background-color: #9585CE;
}
.BgClassName
{
background-color: #9585CE;
}
</style>
border-color css
<style>
span { border-color: #9585CE; }
span { border-color: rgb(149,133,206); }
td.TdClassName
{
border-color: #9585CE;
}
.TagClassName
{
border-color: #9585CE;
}
</style>