Shades of Cold Purple #9285B9
Tints of Cold Purple #9285B9
RGB
CMYK
RGB Variations
Color information
#9285B9 (or 0x9285B9) is known color: Cold Purple. HEX triplet: 92, 85 and B9. RGB value is (146,133,185). Sum of RGB (Red+Green+Blue) = 146+133+185=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #9285B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285B9 is #6D7A46. Grayscale: #8E8E8E. Windows color (decimal): -7174727 or 12158354. OLE color: 12158354.
HSL color Cylindrical-coordinate representation of color #9285B9: hue angle of 255º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9285B9 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 133 | 185 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.27 |
| HSL | 255º | 0.27% | 0.62% | - |
| HSV(B) | 255º | 0.28% | 0.73% | - |
| XYZ | 29 | 26.39 | 49.46 | - |
| YUV | 142.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 185 | 0.21 | 0.28 | 0 | 0.27 | 255 | 0.27 | 0.62 |
| Hex | 92 | 85 | B9 | 15 | 1C | 0 | 1B | FF | 1B | 3E |
| Octal | 222 | 205 | 271 | 25 | 34 | 0 | 33 | 377 | 33 | 76 |
| Binary | 10010010 | 10000101 | 10111001 | 10101 | 11100 | 0 | 11011 | 11111111 | 11011 | 111110 |
Color Harmonies of #9285B9
Complementary color
Monochromatic Colors of #9285B9
Black with #9285B9
Text Example
Text Example
White with #9285B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9285B9; }
p { color: rgb(146,133,185); }
H1.HeaderClassName
{
color: #9285B9;
}
.AnyTagClassName
{
color: #9285B9;
}
</style>
background-color css
<style>
a { background-color: #9285B9; }
a { background-color: rgb(146,133,185); }
div.DivClassName
{
background-color: #9285B9;
}
.BgClassName
{
background-color: #9285B9;
}
</style>
border-color css
<style>
span { border-color: #9285B9; }
span { border-color: rgb(146,133,185); }
td.TdClassName
{
border-color: #9285B9;
}
.TagClassName
{
border-color: #9285B9;
}
</style>