Shades of Cold Purple #9286C1
Tints of Cold Purple #9286C1
RGB
CMYK
RGB Variations
Color information
#9286C1 (or 0x9286C1) is known color: Cold Purple. HEX triplet: 92, 86 and C1. RGB value is (146,134,193). Sum of RGB (Red+Green+Blue) = 146+134+193=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #9286C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9286C1 is #6D793E. Grayscale: #909090. Windows color (decimal): -7174463 or 12682898. OLE color: 12682898.
HSL color Cylindrical-coordinate representation of color #9286C1: hue angle of 252.2º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9286C1 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 134 | 193 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.24 |
| HSL | 252.2º | 0.32% | 0.64% | - |
| HSV(B) | 252.2º | 0.31% | 0.76% | - |
| XYZ | 30 | 27.01 | 54.08 | - |
| YUV | 144.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 193 | 0.24 | 0.31 | 0 | 0.24 | 252.2 | 0.32 | 0.64 |
| Hex | 92 | 86 | C1 | 18 | 1F | 0 | 18 | FC | 20 | 40 |
| Octal | 222 | 206 | 301 | 30 | 37 | 0 | 30 | 374 | 40 | 100 |
| Binary | 10010010 | 10000110 | 11000001 | 11000 | 11111 | 0 | 11000 | 11111100 | 100000 | 1000000 |
Color Harmonies of #9286C1
Complementary color
Monochromatic Colors of #9286C1
Black with #9286C1
Text Example
Text Example
White with #9286C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9286C1; }
p { color: rgb(146,134,193); }
H1.HeaderClassName
{
color: #9286C1;
}
.AnyTagClassName
{
color: #9286C1;
}
</style>
background-color css
<style>
a { background-color: #9286C1; }
a { background-color: rgb(146,134,193); }
div.DivClassName
{
background-color: #9286C1;
}
.BgClassName
{
background-color: #9286C1;
}
</style>
border-color css
<style>
span { border-color: #9286C1; }
span { border-color: rgb(146,134,193); }
td.TdClassName
{
border-color: #9286C1;
}
.TagClassName
{
border-color: #9286C1;
}
</style>