Shades of Cold Purple #9285BB
Tints of Cold Purple #9285BB
RGB
CMYK
RGB Variations
Color information
#9285BB (or 0x9285BB) is known color: Cold Purple. HEX triplet: 92, 85 and BB. RGB value is (146,133,187). Sum of RGB (Red+Green+Blue) = 146+133+187=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #9285BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285BB is #6D7A44. Grayscale: #8E8E8E. Windows color (decimal): -7174725 or 12289426. OLE color: 12289426.
HSL color Cylindrical-coordinate representation of color #9285BB: hue angle of 254.44º degrees, saturation: 0.28, 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 #9285BB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 133 | 187 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.27 |
| HSL | 254.44º | 0.28% | 0.63% | - |
| HSV(B) | 254.44º | 0.29% | 0.73% | - |
| XYZ | 29.21 | 26.47 | 50.58 | - |
| YUV | 143.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 187 | 0.22 | 0.29 | 0 | 0.27 | 254.44 | 0.28 | 0.63 |
| Hex | 92 | 85 | BB | 16 | 1D | 0 | 1B | FE | 1C | 3F |
| Octal | 222 | 205 | 273 | 26 | 35 | 0 | 33 | 376 | 34 | 77 |
| Binary | 10010010 | 10000101 | 10111011 | 10110 | 11101 | 0 | 11011 | 11111110 | 11100 | 111111 |
Color Harmonies of #9285BB
Complementary color
Monochromatic Colors of #9285BB
Black with #9285BB
Text Example
Text Example
White with #9285BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9285BB; }
p { color: rgb(146,133,187); }
H1.HeaderClassName
{
color: #9285BB;
}
.AnyTagClassName
{
color: #9285BB;
}
</style>
background-color css
<style>
a { background-color: #9285BB; }
a { background-color: rgb(146,133,187); }
div.DivClassName
{
background-color: #9285BB;
}
.BgClassName
{
background-color: #9285BB;
}
</style>
border-color css
<style>
span { border-color: #9285BB; }
span { border-color: rgb(146,133,187); }
td.TdClassName
{
border-color: #9285BB;
}
.TagClassName
{
border-color: #9285BB;
}
</style>