Shades of Cold Purple #9285BC
Tints of Cold Purple #9285BC
RGB
CMYK
RGB Variations
Color information
#9285BC (or 0x9285BC) is known color: Cold Purple. HEX triplet: 92, 85 and BC. RGB value is (146,133,188). Sum of RGB (Red+Green+Blue) = 146+133+188=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9285BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285BC is #6D7A43. Grayscale: #8E8E8E. Windows color (decimal): -7174724 or 12354962. OLE color: 12354962.
HSL color Cylindrical-coordinate representation of color #9285BC: hue angle of 254.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9285BC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 133 | 188 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.26 |
| HSL | 254.18º | 0.29% | 0.63% | - |
| HSV(B) | 254.18º | 0.29% | 0.74% | - |
| XYZ | 29.32 | 26.52 | 51.15 | - |
| YUV | 143.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 188 | 0.22 | 0.29 | 0 | 0.26 | 254.18 | 0.29 | 0.63 |
| Hex | 92 | 85 | BC | 16 | 1D | 0 | 1A | FE | 1D | 3F |
| Octal | 222 | 205 | 274 | 26 | 35 | 0 | 32 | 376 | 35 | 77 |
| Binary | 10010010 | 10000101 | 10111100 | 10110 | 11101 | 0 | 11010 | 11111110 | 11101 | 111111 |
Color Harmonies of #9285BC
Complementary color
Monochromatic Colors of #9285BC
Black with #9285BC
Text Example
Text Example
White with #9285BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9285BC; }
p { color: rgb(146,133,188); }
H1.HeaderClassName
{
color: #9285BC;
}
.AnyTagClassName
{
color: #9285BC;
}
</style>
background-color css
<style>
a { background-color: #9285BC; }
a { background-color: rgb(146,133,188); }
div.DivClassName
{
background-color: #9285BC;
}
.BgClassName
{
background-color: #9285BC;
}
</style>
border-color css
<style>
span { border-color: #9285BC; }
span { border-color: rgb(146,133,188); }
td.TdClassName
{
border-color: #9285BC;
}
.TagClassName
{
border-color: #9285BC;
}
</style>