Shades of Cold Purple #9284BA
Tints of Cold Purple #9284BA
RGB
CMYK
RGB Variations
Color information
#9284BA (or 0x9284BA) is known color: Cold Purple. HEX triplet: 92, 84 and BA. RGB value is (146,132,186). Sum of RGB (Red+Green+Blue) = 146+132+186=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9284BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284BA is #6D7B45. Grayscale: #8E8E8E. Windows color (decimal): -7174982 or 12223634. OLE color: 12223634.
HSL color Cylindrical-coordinate representation of color #9284BA: hue angle of 255.56º degrees, saturation: 0.28, 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 #9284BA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 132 | 186 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.27 |
| HSL | 255.56º | 0.28% | 0.62% | - |
| HSV(B) | 255.56º | 0.29% | 0.73% | - |
| XYZ | 28.97 | 26.16 | 49.98 | - |
| YUV | 142.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 186 | 0.22 | 0.29 | 0 | 0.27 | 255.56 | 0.28 | 0.62 |
| Hex | 92 | 84 | BA | 16 | 1D | 0 | 1B | 100 | 1C | 3E |
| Octal | 222 | 204 | 272 | 26 | 35 | 0 | 33 | 400 | 34 | 76 |
| Binary | 10010010 | 10000100 | 10111010 | 10110 | 11101 | 0 | 11011 | 100000000 | 11100 | 111110 |
Color Harmonies of #9284BA
Complementary color
Monochromatic Colors of #9284BA
Black with #9284BA
Text Example
Text Example
White with #9284BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9284BA; }
p { color: rgb(146,132,186); }
H1.HeaderClassName
{
color: #9284BA;
}
.AnyTagClassName
{
color: #9284BA;
}
</style>
background-color css
<style>
a { background-color: #9284BA; }
a { background-color: rgb(146,132,186); }
div.DivClassName
{
background-color: #9284BA;
}
.BgClassName
{
background-color: #9284BA;
}
</style>
border-color css
<style>
span { border-color: #9284BA; }
span { border-color: rgb(146,132,186); }
td.TdClassName
{
border-color: #9284BA;
}
.TagClassName
{
border-color: #9284BA;
}
</style>