Shades of Cold Purple #9584B5
Tints of Cold Purple #9584B5
RGB
CMYK
RGB Variations
Color information
#9584B5 (or 0x9584B5) is known color: Cold Purple. HEX triplet: 95, 84 and B5. RGB value is (149,132,181). Sum of RGB (Red+Green+Blue) = 149+132+181=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 181 - color contains mainly: blue. Hex color #9584B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584B5 is #6A7B4A. Grayscale: #8E8E8E. Windows color (decimal): -6978379 or 11895957. OLE color: 11895957.
HSL color Cylindrical-coordinate representation of color #9584B5: hue angle of 260.82º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9584B5 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 132 | 181 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.29 |
| HSL | 260.82º | 0.25% | 0.61% | - |
| HSV(B) | 260.82º | 0.27% | 0.71% | - |
| XYZ | 28.99 | 26.23 | 47.25 | - |
| YUV | 142.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 181 | 0.18 | 0.27 | 0 | 0.29 | 260.82 | 0.25 | 0.61 |
| Hex | 95 | 84 | B5 | 12 | 1B | 0 | 1D | 105 | 19 | 3D |
| Octal | 225 | 204 | 265 | 22 | 33 | 0 | 35 | 405 | 31 | 75 |
| Binary | 10010101 | 10000100 | 10110101 | 10010 | 11011 | 0 | 11101 | 100000101 | 11001 | 111101 |
Color Harmonies of #9584B5
Complementary color
Monochromatic Colors of #9584B5
Black with #9584B5
Text Example
Text Example
White with #9584B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584B5; }
p { color: rgb(149,132,181); }
H1.HeaderClassName
{
color: #9584B5;
}
.AnyTagClassName
{
color: #9584B5;
}
</style>
background-color css
<style>
a { background-color: #9584B5; }
a { background-color: rgb(149,132,181); }
div.DivClassName
{
background-color: #9584B5;
}
.BgClassName
{
background-color: #9584B5;
}
</style>
border-color css
<style>
span { border-color: #9584B5; }
span { border-color: rgb(149,132,181); }
td.TdClassName
{
border-color: #9584B5;
}
.TagClassName
{
border-color: #9584B5;
}
</style>