Shades of Cold Purple #9287B9
Tints of Cold Purple #9287B9
RGB
CMYK
RGB Variations
Color information
#9287B9 (or 0x9287B9) is known color: Cold Purple. HEX triplet: 92, 87 and B9. RGB value is (146,135,185). Sum of RGB (Red+Green+Blue) = 146+135+185=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #9287B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287B9 is #6D7846. Grayscale: #8F8F8F. Windows color (decimal): -7174215 or 12158866. OLE color: 12158866.
HSL color Cylindrical-coordinate representation of color #9287B9: hue angle of 253.2º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9287B9 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 135 | 185 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.27 |
| HSL | 253.2º | 0.26% | 0.63% | - |
| HSV(B) | 253.2º | 0.27% | 0.73% | - |
| XYZ | 29.27 | 26.94 | 49.56 | - |
| YUV | 143.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 185 | 0.21 | 0.27 | 0 | 0.27 | 253.2 | 0.26 | 0.63 |
| Hex | 92 | 87 | B9 | 15 | 1B | 0 | 1B | FD | 1A | 3F |
| Octal | 222 | 207 | 271 | 25 | 33 | 0 | 33 | 375 | 32 | 77 |
| Binary | 10010010 | 10000111 | 10111001 | 10101 | 11011 | 0 | 11011 | 11111101 | 11010 | 111111 |
Color Harmonies of #9287B9
Complementary color
Monochromatic Colors of #9287B9
Black with #9287B9
Text Example
Text Example
White with #9287B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9287B9; }
p { color: rgb(146,135,185); }
H1.HeaderClassName
{
color: #9287B9;
}
.AnyTagClassName
{
color: #9287B9;
}
</style>
background-color css
<style>
a { background-color: #9287B9; }
a { background-color: rgb(146,135,185); }
div.DivClassName
{
background-color: #9287B9;
}
.BgClassName
{
background-color: #9287B9;
}
</style>
border-color css
<style>
span { border-color: #9287B9; }
span { border-color: rgb(146,135,185); }
td.TdClassName
{
border-color: #9287B9;
}
.TagClassName
{
border-color: #9287B9;
}
</style>