Shades of Cold Purple #9287C4
Tints of Cold Purple #9287C4
RGB
CMYK
RGB Variations
Color information
#9287C4 (or 0x9287C4) is known color: Cold Purple. HEX triplet: 92, 87 and C4. RGB value is (146,135,196). Sum of RGB (Red+Green+Blue) = 146+135+196=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #9287C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287C4 is #6D783B. Grayscale: #919191. Windows color (decimal): -7174204 or 12879762. OLE color: 12879762.
HSL color Cylindrical-coordinate representation of color #9287C4: hue angle of 250.82º degrees, saturation: 0.34, 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 #9287C4 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 135 | 196 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.23 |
| HSL | 250.82º | 0.34% | 0.65% | - |
| HSV(B) | 250.82º | 0.31% | 0.77% | - |
| XYZ | 30.48 | 27.42 | 55.91 | - |
| YUV | 145.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 196 | 0.26 | 0.31 | 0 | 0.23 | 250.82 | 0.34 | 0.65 |
| Hex | 92 | 87 | C4 | 1A | 1F | 0 | 17 | FB | 22 | 41 |
| Octal | 222 | 207 | 304 | 32 | 37 | 0 | 27 | 373 | 42 | 101 |
| Binary | 10010010 | 10000111 | 11000100 | 11010 | 11111 | 0 | 10111 | 11111011 | 100010 | 1000001 |
Color Harmonies of #9287C4
Complementary color
Monochromatic Colors of #9287C4
Black with #9287C4
Text Example
Text Example
White with #9287C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9287C4; }
p { color: rgb(146,135,196); }
H1.HeaderClassName
{
color: #9287C4;
}
.AnyTagClassName
{
color: #9287C4;
}
</style>
background-color css
<style>
a { background-color: #9287C4; }
a { background-color: rgb(146,135,196); }
div.DivClassName
{
background-color: #9287C4;
}
.BgClassName
{
background-color: #9287C4;
}
</style>
border-color css
<style>
span { border-color: #9287C4; }
span { border-color: rgb(146,135,196); }
td.TdClassName
{
border-color: #9287C4;
}
.TagClassName
{
border-color: #9287C4;
}
</style>