Shades of Cold Purple #9287B7
Tints of Cold Purple #9287B7
RGB
CMYK
RGB Variations
Color information
#9287B7 (or 0x9287B7) is known color: Cold Purple. HEX triplet: 92, 87 and B7. RGB value is (146,135,183). Sum of RGB (Red+Green+Blue) = 146+135+183=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 183 - color contains mainly: blue. Hex color #9287B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287B7 is #6D7848. Grayscale: #8F8F8F. Windows color (decimal): -7174217 or 12027794. OLE color: 12027794.
HSL color Cylindrical-coordinate representation of color #9287B7: hue angle of 253.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9287B7 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 135 | 183 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.28 |
| HSL | 253.75º | 0.25% | 0.62% | - |
| HSV(B) | 253.75º | 0.26% | 0.72% | - |
| XYZ | 29.07 | 26.86 | 48.45 | - |
| YUV | 143.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 183 | 0.20 | 0.26 | 0 | 0.28 | 253.75 | 0.25 | 0.62 |
| Hex | 92 | 87 | B7 | 14 | 1A | 0 | 1C | FE | 19 | 3E |
| Octal | 222 | 207 | 267 | 24 | 32 | 0 | 34 | 376 | 31 | 76 |
| Binary | 10010010 | 10000111 | 10110111 | 10100 | 11010 | 0 | 11100 | 11111110 | 11001 | 111110 |
Color Harmonies of #9287B7
Complementary color
Monochromatic Colors of #9287B7
Black with #9287B7
Text Example
Text Example
White with #9287B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9287B7; }
p { color: rgb(146,135,183); }
H1.HeaderClassName
{
color: #9287B7;
}
.AnyTagClassName
{
color: #9287B7;
}
</style>
background-color css
<style>
a { background-color: #9287B7; }
a { background-color: rgb(146,135,183); }
div.DivClassName
{
background-color: #9287B7;
}
.BgClassName
{
background-color: #9287B7;
}
</style>
border-color css
<style>
span { border-color: #9287B7; }
span { border-color: rgb(146,135,183); }
td.TdClassName
{
border-color: #9287B7;
}
.TagClassName
{
border-color: #9287B7;
}
</style>