Shades of Cold Purple #9584B9
Tints of Cold Purple #9584B9
RGB
CMYK
RGB Variations
Color information
#9584B9 (or 0x9584B9) is known color: Cold Purple. HEX triplet: 95, 84 and B9. RGB value is (149,132,185). Sum of RGB (Red+Green+Blue) = 149+132+185=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #9584B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584B9 is #6A7B46. Grayscale: #8E8E8E. Windows color (decimal): -6978375 or 12158101. OLE color: 12158101.
HSL color Cylindrical-coordinate representation of color #9584B9: hue angle of 259.25º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9584B9 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 132 | 185 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.27 |
| HSL | 259.25º | 0.27% | 0.62% | - |
| HSV(B) | 259.25º | 0.29% | 0.73% | - |
| XYZ | 29.4 | 26.39 | 49.44 | - |
| YUV | 143.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 185 | 0.19 | 0.29 | 0 | 0.27 | 259.25 | 0.27 | 0.62 |
| Hex | 95 | 84 | B9 | 13 | 1D | 0 | 1B | 103 | 1B | 3E |
| Octal | 225 | 204 | 271 | 23 | 35 | 0 | 33 | 403 | 33 | 76 |
| Binary | 10010101 | 10000100 | 10111001 | 10011 | 11101 | 0 | 11011 | 100000011 | 11011 | 111110 |
Color Harmonies of #9584B9
Complementary color
Monochromatic Colors of #9584B9
Black with #9584B9
Text Example
Text Example
White with #9584B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584B9; }
p { color: rgb(149,132,185); }
H1.HeaderClassName
{
color: #9584B9;
}
.AnyTagClassName
{
color: #9584B9;
}
</style>
background-color css
<style>
a { background-color: #9584B9; }
a { background-color: rgb(149,132,185); }
div.DivClassName
{
background-color: #9584B9;
}
.BgClassName
{
background-color: #9584B9;
}
</style>
border-color css
<style>
span { border-color: #9584B9; }
span { border-color: rgb(149,132,185); }
td.TdClassName
{
border-color: #9584B9;
}
.TagClassName
{
border-color: #9584B9;
}
</style>