Shades of Cold Purple #9584C1
Tints of Cold Purple #9584C1
RGB
CMYK
RGB Variations
Color information
#9584C1 (or 0x9584C1) is known color: Cold Purple. HEX triplet: 95, 84 and C1. RGB value is (149,132,193). Sum of RGB (Red+Green+Blue) = 149+132+193=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #9584C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584C1 is #6A7B3E. Grayscale: #8F8F8F. Windows color (decimal): -6978367 or 12682389. OLE color: 12682389.
HSL color Cylindrical-coordinate representation of color #9584C1: hue angle of 256.72º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9584C1 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 132 | 193 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.24 |
| HSL | 256.72º | 0.33% | 0.64% | - |
| HSV(B) | 256.72º | 0.32% | 0.76% | - |
| XYZ | 30.27 | 26.74 | 54.02 | - |
| YUV | 144.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 193 | 0.23 | 0.32 | 0 | 0.24 | 256.72 | 0.33 | 0.64 |
| Hex | 95 | 84 | C1 | 17 | 20 | 0 | 18 | 101 | 21 | 40 |
| Octal | 225 | 204 | 301 | 27 | 40 | 0 | 30 | 401 | 41 | 100 |
| Binary | 10010101 | 10000100 | 11000001 | 10111 | 100000 | 0 | 11000 | 100000001 | 100001 | 1000000 |
Color Harmonies of #9584C1
Complementary color
Monochromatic Colors of #9584C1
Black with #9584C1
Text Example
Text Example
White with #9584C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584C1; }
p { color: rgb(149,132,193); }
H1.HeaderClassName
{
color: #9584C1;
}
.AnyTagClassName
{
color: #9584C1;
}
</style>
background-color css
<style>
a { background-color: #9584C1; }
a { background-color: rgb(149,132,193); }
div.DivClassName
{
background-color: #9584C1;
}
.BgClassName
{
background-color: #9584C1;
}
</style>
border-color css
<style>
span { border-color: #9584C1; }
span { border-color: rgb(149,132,193); }
td.TdClassName
{
border-color: #9584C1;
}
.TagClassName
{
border-color: #9584C1;
}
</style>