Shades of Cold Purple #9284B9
Tints of Cold Purple #9284B9
RGB
CMYK
RGB Variations
Color information
#9284B9 (or 0x9284B9) is known color: Cold Purple. HEX triplet: 92, 84 and B9. RGB value is (146,132,185). Sum of RGB (Red+Green+Blue) = 146+132+185=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #9284B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284B9 is #6D7B46. Grayscale: #8E8E8E. Windows color (decimal): -7174983 or 12158098. OLE color: 12158098.
HSL color Cylindrical-coordinate representation of color #9284B9: hue angle of 255.85º 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 #9284B9 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 132 | 185 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.27 |
| HSL | 255.85º | 0.27% | 0.62% | - |
| HSV(B) | 255.85º | 0.29% | 0.73% | - |
| XYZ | 28.86 | 26.12 | 49.42 | - |
| YUV | 142.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 185 | 0.21 | 0.29 | 0 | 0.27 | 255.85 | 0.27 | 0.62 |
| Hex | 92 | 84 | B9 | 15 | 1D | 0 | 1B | 100 | 1B | 3E |
| Octal | 222 | 204 | 271 | 25 | 35 | 0 | 33 | 400 | 33 | 76 |
| Binary | 10010010 | 10000100 | 10111001 | 10101 | 11101 | 0 | 11011 | 100000000 | 11011 | 111110 |
Color Harmonies of #9284B9
Complementary color
Monochromatic Colors of #9284B9
Black with #9284B9
Text Example
Text Example
White with #9284B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9284B9; }
p { color: rgb(146,132,185); }
H1.HeaderClassName
{
color: #9284B9;
}
.AnyTagClassName
{
color: #9284B9;
}
</style>
background-color css
<style>
a { background-color: #9284B9; }
a { background-color: rgb(146,132,185); }
div.DivClassName
{
background-color: #9284B9;
}
.BgClassName
{
background-color: #9284B9;
}
</style>
border-color css
<style>
span { border-color: #9284B9; }
span { border-color: rgb(146,132,185); }
td.TdClassName
{
border-color: #9284B9;
}
.TagClassName
{
border-color: #9284B9;
}
</style>