Shades of Cold Purple #9585CB
Tints of Cold Purple #9585CB
RGB
CMYK
RGB Variations
Color information
#9585CB (or 0x9585CB) is known color: Cold Purple. HEX triplet: 95, 85 and CB. RGB value is (149,133,203). Sum of RGB (Red+Green+Blue) = 149+133+203=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #9585CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585CB is #6A7A34. Grayscale: #919191. Windows color (decimal): -6978101 or 13338005. OLE color: 13338005.
HSL color Cylindrical-coordinate representation of color #9585CB: hue angle of 253.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9585CB is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 133 | 203 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.20 |
| HSL | 253.71º | 0.4% | 0.66% | - |
| HSV(B) | 253.71º | 0.34% | 0.8% | - |
| XYZ | 31.56 | 27.48 | 60.14 | - |
| YUV | 145.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 203 | 0.27 | 0.34 | 0 | 0.20 | 253.71 | 0.4 | 0.66 |
| Hex | 95 | 85 | CB | 1B | 22 | 0 | 14 | FE | 28 | 42 |
| Octal | 225 | 205 | 313 | 33 | 42 | 0 | 24 | 376 | 50 | 102 |
| Binary | 10010101 | 10000101 | 11001011 | 11011 | 100010 | 0 | 10100 | 11111110 | 101000 | 1000010 |
Color Harmonies of #9585CB
Complementary color
Monochromatic Colors of #9585CB
Black with #9585CB
Text Example
Text Example
White with #9585CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585CB; }
p { color: rgb(149,133,203); }
H1.HeaderClassName
{
color: #9585CB;
}
.AnyTagClassName
{
color: #9585CB;
}
</style>
background-color css
<style>
a { background-color: #9585CB; }
a { background-color: rgb(149,133,203); }
div.DivClassName
{
background-color: #9585CB;
}
.BgClassName
{
background-color: #9585CB;
}
</style>
border-color css
<style>
span { border-color: #9585CB; }
span { border-color: rgb(149,133,203); }
td.TdClassName
{
border-color: #9585CB;
}
.TagClassName
{
border-color: #9585CB;
}
</style>