Shades of Cold Purple #9286BB
Tints of Cold Purple #9286BB
RGB
CMYK
RGB Variations
Color information
#9286BB (or 0x9286BB) is known color: Cold Purple. HEX triplet: 92, 86 and BB. RGB value is (146,134,187). Sum of RGB (Red+Green+Blue) = 146+134+187=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9286BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9286BB is #6D7944. Grayscale: #8F8F8F. Windows color (decimal): -7174469 or 12289682. OLE color: 12289682.
HSL color Cylindrical-coordinate representation of color #9286BB: hue angle of 253.58º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9286BB is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 134 | 187 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.27 |
| HSL | 253.58º | 0.28% | 0.63% | - |
| HSV(B) | 253.58º | 0.28% | 0.73% | - |
| XYZ | 29.35 | 26.75 | 50.63 | - |
| YUV | 143.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 187 | 0.22 | 0.28 | 0 | 0.27 | 253.58 | 0.28 | 0.63 |
| Hex | 92 | 86 | BB | 16 | 1C | 0 | 1B | FE | 1C | 3F |
| Octal | 222 | 206 | 273 | 26 | 34 | 0 | 33 | 376 | 34 | 77 |
| Binary | 10010010 | 10000110 | 10111011 | 10110 | 11100 | 0 | 11011 | 11111110 | 11100 | 111111 |
Color Harmonies of #9286BB
Complementary color
Monochromatic Colors of #9286BB
Black with #9286BB
Text Example
Text Example
White with #9286BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9286BB; }
p { color: rgb(146,134,187); }
H1.HeaderClassName
{
color: #9286BB;
}
.AnyTagClassName
{
color: #9286BB;
}
</style>
background-color css
<style>
a { background-color: #9286BB; }
a { background-color: rgb(146,134,187); }
div.DivClassName
{
background-color: #9286BB;
}
.BgClassName
{
background-color: #9286BB;
}
</style>
border-color css
<style>
span { border-color: #9286BB; }
span { border-color: rgb(146,134,187); }
td.TdClassName
{
border-color: #9286BB;
}
.TagClassName
{
border-color: #9286BB;
}
</style>