Shades of Cold Purple #9286BC
Tints of Cold Purple #9286BC
RGB
CMYK
RGB Variations
Color information
#9286BC (or 0x9286BC) is known color: Cold Purple. HEX triplet: 92, 86 and BC. RGB value is (146,134,188). Sum of RGB (Red+Green+Blue) = 146+134+188=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #9286BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9286BC is #6D7943. Grayscale: #8F8F8F. Windows color (decimal): -7174468 or 12355218. OLE color: 12355218.
HSL color Cylindrical-coordinate representation of color #9286BC: hue angle of 253.33º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9286BC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 134 | 188 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.26 |
| HSL | 253.33º | 0.29% | 0.63% | - |
| HSV(B) | 253.33º | 0.29% | 0.74% | - |
| XYZ | 29.46 | 26.79 | 51.2 | - |
| YUV | 143.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 188 | 0.22 | 0.29 | 0 | 0.26 | 253.33 | 0.29 | 0.63 |
| Hex | 92 | 86 | BC | 16 | 1D | 0 | 1A | FD | 1D | 3F |
| Octal | 222 | 206 | 274 | 26 | 35 | 0 | 32 | 375 | 35 | 77 |
| Binary | 10010010 | 10000110 | 10111100 | 10110 | 11101 | 0 | 11010 | 11111101 | 11101 | 111111 |
Color Harmonies of #9286BC
Complementary color
Monochromatic Colors of #9286BC
Black with #9286BC
Text Example
Text Example
White with #9286BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9286BC; }
p { color: rgb(146,134,188); }
H1.HeaderClassName
{
color: #9286BC;
}
.AnyTagClassName
{
color: #9286BC;
}
</style>
background-color css
<style>
a { background-color: #9286BC; }
a { background-color: rgb(146,134,188); }
div.DivClassName
{
background-color: #9286BC;
}
.BgClassName
{
background-color: #9286BC;
}
</style>
border-color css
<style>
span { border-color: #9286BC; }
span { border-color: rgb(146,134,188); }
td.TdClassName
{
border-color: #9286BC;
}
.TagClassName
{
border-color: #9286BC;
}
</style>