Shades of Cold Purple #9287C3
Tints of Cold Purple #9287C3
RGB
CMYK
RGB Variations
Color information
#9287C3 (or 0x9287C3) is known color: Cold Purple. HEX triplet: 92, 87 and C3. RGB value is (146,135,195). Sum of RGB (Red+Green+Blue) = 146+135+195=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 195 - color contains mainly: blue. Hex color #9287C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287C3 is #6D783C. Grayscale: #909090. Windows color (decimal): -7174205 or 12814226. OLE color: 12814226.
HSL color Cylindrical-coordinate representation of color #9287C3: hue angle of 251º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9287C3 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 135 | 195 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.24 |
| HSL | 251º | 0.33% | 0.65% | - |
| HSV(B) | 251º | 0.31% | 0.76% | - |
| XYZ | 30.37 | 27.38 | 55.31 | - |
| YUV | 145.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 195 | 0.25 | 0.31 | 0 | 0.24 | 251 | 0.33 | 0.65 |
| Hex | 92 | 87 | C3 | 19 | 1F | 0 | 18 | FB | 21 | 41 |
| Octal | 222 | 207 | 303 | 31 | 37 | 0 | 30 | 373 | 41 | 101 |
| Binary | 10010010 | 10000111 | 11000011 | 11001 | 11111 | 0 | 11000 | 11111011 | 100001 | 1000001 |
Color Harmonies of #9287C3
Complementary color
Monochromatic Colors of #9287C3
Black with #9287C3
Text Example
Text Example
White with #9287C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9287C3; }
p { color: rgb(146,135,195); }
H1.HeaderClassName
{
color: #9287C3;
}
.AnyTagClassName
{
color: #9287C3;
}
</style>
background-color css
<style>
a { background-color: #9287C3; }
a { background-color: rgb(146,135,195); }
div.DivClassName
{
background-color: #9287C3;
}
.BgClassName
{
background-color: #9287C3;
}
</style>
border-color css
<style>
span { border-color: #9287C3; }
span { border-color: rgb(146,135,195); }
td.TdClassName
{
border-color: #9287C3;
}
.TagClassName
{
border-color: #9287C3;
}
</style>