Shades of Cold Purple #9284BB
Tints of Cold Purple #9284BB
RGB
CMYK
RGB Variations
Color information
#9284BB (or 0x9284BB) is known color: Cold Purple. HEX triplet: 92, 84 and BB. RGB value is (146,132,187). Sum of RGB (Red+Green+Blue) = 146+132+187=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #9284BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284BB is #6D7B44. Grayscale: #8E8E8E. Windows color (decimal): -7174981 or 12289170. OLE color: 12289170.
HSL color Cylindrical-coordinate representation of color #9284BB: hue angle of 255.27º 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 #9284BB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 132 | 187 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.27 |
| HSL | 255.27º | 0.29% | 0.63% | - |
| HSV(B) | 255.27º | 0.29% | 0.73% | - |
| XYZ | 29.07 | 26.2 | 50.54 | - |
| YUV | 142.46 | 153.14 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 187 | 0.22 | 0.29 | 0 | 0.27 | 255.27 | 0.29 | 0.63 |
| Hex | 92 | 84 | BB | 16 | 1D | 0 | 1B | FF | 1D | 3F |
| Octal | 222 | 204 | 273 | 26 | 35 | 0 | 33 | 377 | 35 | 77 |
| Binary | 10010010 | 10000100 | 10111011 | 10110 | 11101 | 0 | 11011 | 11111111 | 11101 | 111111 |
Color Harmonies of #9284BB
Complementary color
Monochromatic Colors of #9284BB
Black with #9284BB
Text Example
Text Example
White with #9284BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9284BB; }
p { color: rgb(146,132,187); }
H1.HeaderClassName
{
color: #9284BB;
}
.AnyTagClassName
{
color: #9284BB;
}
</style>
background-color css
<style>
a { background-color: #9284BB; }
a { background-color: rgb(146,132,187); }
div.DivClassName
{
background-color: #9284BB;
}
.BgClassName
{
background-color: #9284BB;
}
</style>
border-color css
<style>
span { border-color: #9284BB; }
span { border-color: rgb(146,132,187); }
td.TdClassName
{
border-color: #9284BB;
}
.TagClassName
{
border-color: #9284BB;
}
</style>