Shades of Cold Purple #9287C5
Tints of Cold Purple #9287C5
RGB
CMYK
RGB Variations
Color information
#9287C5 (or 0x9287C5) is known color: Cold Purple. HEX triplet: 92, 87 and C5. RGB value is (146,135,197). Sum of RGB (Red+Green+Blue) = 146+135+197=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 197 - color contains mainly: blue. Hex color #9287C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287C5 is #6D783A. Grayscale: #919191. Windows color (decimal): -7174203 or 12945298. OLE color: 12945298.
HSL color Cylindrical-coordinate representation of color #9287C5: hue angle of 250.65º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9287C5 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 135 | 197 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.23 |
| HSL | 250.65º | 0.35% | 0.65% | - |
| HSV(B) | 250.65º | 0.31% | 0.77% | - |
| XYZ | 30.6 | 27.47 | 56.51 | - |
| YUV | 145.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 197 | 0.26 | 0.31 | 0 | 0.23 | 250.65 | 0.35 | 0.65 |
| Hex | 92 | 87 | C5 | 1A | 1F | 0 | 17 | FB | 23 | 41 |
| Octal | 222 | 207 | 305 | 32 | 37 | 0 | 27 | 373 | 43 | 101 |
| Binary | 10010010 | 10000111 | 11000101 | 11010 | 11111 | 0 | 10111 | 11111011 | 100011 | 1000001 |
Color Harmonies of #9287C5
Complementary color
Monochromatic Colors of #9287C5
Black with #9287C5
Text Example
Text Example
White with #9287C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9287C5; }
p { color: rgb(146,135,197); }
H1.HeaderClassName
{
color: #9287C5;
}
.AnyTagClassName
{
color: #9287C5;
}
</style>
background-color css
<style>
a { background-color: #9287C5; }
a { background-color: rgb(146,135,197); }
div.DivClassName
{
background-color: #9287C5;
}
.BgClassName
{
background-color: #9287C5;
}
</style>
border-color css
<style>
span { border-color: #9287C5; }
span { border-color: rgb(146,135,197); }
td.TdClassName
{
border-color: #9287C5;
}
.TagClassName
{
border-color: #9287C5;
}
</style>