Shades of Cold Purple #9286C3
Tints of Cold Purple #9286C3
RGB
CMYK
RGB Variations
Color information
#9286C3 (or 0x9286C3) is known color: Cold Purple. HEX triplet: 92, 86 and C3. RGB value is (146,134,195). Sum of RGB (Red+Green+Blue) = 146+134+195=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #9286C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9286C3 is #6D793C. Grayscale: #909090. Windows color (decimal): -7174461 or 12813970. OLE color: 12813970.
HSL color Cylindrical-coordinate representation of color #9286C3: hue angle of 251.8º degrees, saturation: 0.34, 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 #9286C3 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 134 | 195 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.24 |
| HSL | 251.8º | 0.34% | 0.65% | - |
| HSV(B) | 251.8º | 0.31% | 0.76% | - |
| XYZ | 30.23 | 27.1 | 55.27 | - |
| YUV | 144.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 195 | 0.25 | 0.31 | 0 | 0.24 | 251.8 | 0.34 | 0.65 |
| Hex | 92 | 86 | C3 | 19 | 1F | 0 | 18 | FC | 22 | 41 |
| Octal | 222 | 206 | 303 | 31 | 37 | 0 | 30 | 374 | 42 | 101 |
| Binary | 10010010 | 10000110 | 11000011 | 11001 | 11111 | 0 | 11000 | 11111100 | 100010 | 1000001 |
Color Harmonies of #9286C3
Complementary color
Monochromatic Colors of #9286C3
Black with #9286C3
Text Example
Text Example
White with #9286C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9286C3; }
p { color: rgb(146,134,195); }
H1.HeaderClassName
{
color: #9286C3;
}
.AnyTagClassName
{
color: #9286C3;
}
</style>
background-color css
<style>
a { background-color: #9286C3; }
a { background-color: rgb(146,134,195); }
div.DivClassName
{
background-color: #9286C3;
}
.BgClassName
{
background-color: #9286C3;
}
</style>
border-color css
<style>
span { border-color: #9286C3; }
span { border-color: rgb(146,134,195); }
td.TdClassName
{
border-color: #9286C3;
}
.TagClassName
{
border-color: #9286C3;
}
</style>