Shades of Cold Purple #9585B2
Tints of Cold Purple #9585B2
RGB
CMYK
RGB Variations
Color information
#9585B2 (or 0x9585B2) is known color: Cold Purple. HEX triplet: 95, 85 and B2. RGB value is (149,133,178). Sum of RGB (Red+Green+Blue) = 149+133+178=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 178 - color contains mainly: blue. Hex color #9585B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9585B2 is #6A7A4D. Grayscale: #8E8E8E. Windows color (decimal): -6978126 or 11699605. OLE color: 11699605.
HSL color Cylindrical-coordinate representation of color #9585B2: hue angle of 261.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9585B2 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 133 | 178 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.30 |
| HSL | 261.33º | 0.23% | 0.61% | - |
| HSV(B) | 261.33º | 0.25% | 0.7% | - |
| XYZ | 28.82 | 26.38 | 45.69 | - |
| YUV | 142.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 178 | 0.16 | 0.25 | 0 | 0.30 | 261.33 | 0.23 | 0.61 |
| Hex | 95 | 85 | B2 | 10 | 19 | 0 | 1E | 105 | 17 | 3D |
| Octal | 225 | 205 | 262 | 20 | 31 | 0 | 36 | 405 | 27 | 75 |
| Binary | 10010101 | 10000101 | 10110010 | 10000 | 11001 | 0 | 11110 | 100000101 | 10111 | 111101 |
Color Harmonies of #9585B2
Complementary color
Monochromatic Colors of #9585B2
Black with #9585B2
Text Example
Text Example
White with #9585B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585B2; }
p { color: rgb(149,133,178); }
H1.HeaderClassName
{
color: #9585B2;
}
.AnyTagClassName
{
color: #9585B2;
}
</style>
background-color css
<style>
a { background-color: #9585B2; }
a { background-color: rgb(149,133,178); }
div.DivClassName
{
background-color: #9585B2;
}
.BgClassName
{
background-color: #9585B2;
}
</style>
border-color css
<style>
span { border-color: #9585B2; }
span { border-color: rgb(149,133,178); }
td.TdClassName
{
border-color: #9585B2;
}
.TagClassName
{
border-color: #9585B2;
}
</style>