Shades of Cold Purple #9584BB
Tints of Cold Purple #9584BB
RGB
CMYK
RGB Variations
Color information
#9584BB (or 0x9584BB) is known color: Cold Purple. HEX triplet: 95, 84 and BB. RGB value is (149,132,187). Sum of RGB (Red+Green+Blue) = 149+132+187=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #9584BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584BB is #6A7B44. Grayscale: #8F8F8F. Windows color (decimal): -6978373 or 12289173. OLE color: 12289173.
HSL color Cylindrical-coordinate representation of color #9584BB: hue angle of 258.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9584BB is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 132 | 187 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.27 |
| HSL | 258.55º | 0.29% | 0.63% | - |
| HSV(B) | 258.55º | 0.29% | 0.73% | - |
| XYZ | 29.62 | 26.48 | 50.56 | - |
| YUV | 143.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 187 | 0.20 | 0.29 | 0 | 0.27 | 258.55 | 0.29 | 0.63 |
| Hex | 95 | 84 | BB | 14 | 1D | 0 | 1B | 103 | 1D | 3F |
| Octal | 225 | 204 | 273 | 24 | 35 | 0 | 33 | 403 | 35 | 77 |
| Binary | 10010101 | 10000100 | 10111011 | 10100 | 11101 | 0 | 11011 | 100000011 | 11101 | 111111 |
Color Harmonies of #9584BB
Complementary color
Monochromatic Colors of #9584BB
Black with #9584BB
Text Example
Text Example
White with #9584BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584BB; }
p { color: rgb(149,132,187); }
H1.HeaderClassName
{
color: #9584BB;
}
.AnyTagClassName
{
color: #9584BB;
}
</style>
background-color css
<style>
a { background-color: #9584BB; }
a { background-color: rgb(149,132,187); }
div.DivClassName
{
background-color: #9584BB;
}
.BgClassName
{
background-color: #9584BB;
}
</style>
border-color css
<style>
span { border-color: #9584BB; }
span { border-color: rgb(149,132,187); }
td.TdClassName
{
border-color: #9584BB;
}
.TagClassName
{
border-color: #9584BB;
}
</style>