Shades of Cold Purple #9584CE
Tints of Cold Purple #9584CE
RGB
CMYK
RGB Variations
Color information
#9584CE (or 0x9584CE) is known color: Cold Purple. HEX triplet: 95, 84 and CE. RGB value is (149,132,206). Sum of RGB (Red+Green+Blue) = 149+132+206=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #9584CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584CE is #6A7B31. Grayscale: #919191. Windows color (decimal): -6978354 or 13534357. OLE color: 13534357.
HSL color Cylindrical-coordinate representation of color #9584CE: hue angle of 253.78º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9584CE is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 132 | 206 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.19 |
| HSL | 253.78º | 0.43% | 0.66% | - |
| HSV(B) | 253.78º | 0.36% | 0.81% | - |
| XYZ | 31.79 | 27.35 | 62 | - |
| YUV | 145.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 206 | 0.28 | 0.36 | 0 | 0.19 | 253.78 | 0.43 | 0.66 |
| Hex | 95 | 84 | CE | 1C | 24 | 0 | 13 | FE | 2B | 42 |
| Octal | 225 | 204 | 316 | 34 | 44 | 0 | 23 | 376 | 53 | 102 |
| Binary | 10010101 | 10000100 | 11001110 | 11100 | 100100 | 0 | 10011 | 11111110 | 101011 | 1000010 |
Color Harmonies of #9584CE
Complementary color
Monochromatic Colors of #9584CE
Black with #9584CE
Text Example
Text Example
White with #9584CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584CE; }
p { color: rgb(149,132,206); }
H1.HeaderClassName
{
color: #9584CE;
}
.AnyTagClassName
{
color: #9584CE;
}
</style>
background-color css
<style>
a { background-color: #9584CE; }
a { background-color: rgb(149,132,206); }
div.DivClassName
{
background-color: #9584CE;
}
.BgClassName
{
background-color: #9584CE;
}
</style>
border-color css
<style>
span { border-color: #9584CE; }
span { border-color: rgb(149,132,206); }
td.TdClassName
{
border-color: #9584CE;
}
.TagClassName
{
border-color: #9584CE;
}
</style>