Shades of Cold Purple #9587C7
Tints of Cold Purple #9587C7
RGB
CMYK
RGB Variations
Color information
#9587C7 (or 0x9587C7) is known color: Cold Purple. HEX triplet: 95, 87 and C7. RGB value is (149,135,199). Sum of RGB (Red+Green+Blue) = 149+135+199=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #9587C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587C7 is #6A7838. Grayscale: #929292. Windows color (decimal): -6977593 or 13076373. OLE color: 13076373.
HSL color Cylindrical-coordinate representation of color #9587C7: hue angle of 253.12º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9587C7 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 135 | 199 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.22 |
| HSL | 253.13º | 0.36% | 0.65% | - |
| HSV(B) | 253.13º | 0.32% | 0.78% | - |
| XYZ | 31.37 | 27.84 | 57.75 | - |
| YUV | 146.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 199 | 0.25 | 0.32 | 0 | 0.22 | 253.13 | 0.36 | 0.65 |
| Hex | 95 | 87 | C7 | 19 | 20 | 0 | 16 | FD | 24 | 41 |
| Octal | 225 | 207 | 307 | 31 | 40 | 0 | 26 | 375 | 44 | 101 |
| Binary | 10010101 | 10000111 | 11000111 | 11001 | 100000 | 0 | 10110 | 11111101 | 100100 | 1000001 |
Color Harmonies of #9587C7
Complementary color
Monochromatic Colors of #9587C7
Black with #9587C7
Text Example
Text Example
White with #9587C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9587C7; }
p { color: rgb(149,135,199); }
H1.HeaderClassName
{
color: #9587C7;
}
.AnyTagClassName
{
color: #9587C7;
}
</style>
background-color css
<style>
a { background-color: #9587C7; }
a { background-color: rgb(149,135,199); }
div.DivClassName
{
background-color: #9587C7;
}
.BgClassName
{
background-color: #9587C7;
}
</style>
border-color css
<style>
span { border-color: #9587C7; }
span { border-color: rgb(149,135,199); }
td.TdClassName
{
border-color: #9587C7;
}
.TagClassName
{
border-color: #9587C7;
}
</style>