Shades of Cold Purple #9288BC
Tints of Cold Purple #9288BC
RGB
CMYK
RGB Variations
Color information
#9288BC (or 0x9288BC) is known color: Cold Purple. HEX triplet: 92, 88 and BC. RGB value is (146,136,188). Sum of RGB (Red+Green+Blue) = 146+136+188=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9288BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288BC is #6D7743. Grayscale: #909090. Windows color (decimal): -7173956 or 12355730. OLE color: 12355730.
HSL color Cylindrical-coordinate representation of color #9288BC: hue angle of 251.54º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9288BC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 136 | 188 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.26 |
| HSL | 251.54º | 0.28% | 0.64% | - |
| HSV(B) | 251.54º | 0.28% | 0.74% | - |
| XYZ | 29.74 | 27.35 | 51.29 | - |
| YUV | 144.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 188 | 0.22 | 0.28 | 0 | 0.26 | 251.54 | 0.28 | 0.64 |
| Hex | 92 | 88 | BC | 16 | 1C | 0 | 1A | FC | 1C | 40 |
| Octal | 222 | 210 | 274 | 26 | 34 | 0 | 32 | 374 | 34 | 100 |
| Binary | 10010010 | 10001000 | 10111100 | 10110 | 11100 | 0 | 11010 | 11111100 | 11100 | 1000000 |
Color Harmonies of #9288BC
Complementary color
Monochromatic Colors of #9288BC
Black with #9288BC
Text Example
Text Example
White with #9288BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9288BC; }
p { color: rgb(146,136,188); }
H1.HeaderClassName
{
color: #9288BC;
}
.AnyTagClassName
{
color: #9288BC;
}
</style>
background-color css
<style>
a { background-color: #9288BC; }
a { background-color: rgb(146,136,188); }
div.DivClassName
{
background-color: #9288BC;
}
.BgClassName
{
background-color: #9288BC;
}
</style>
border-color css
<style>
span { border-color: #9288BC; }
span { border-color: rgb(146,136,188); }
td.TdClassName
{
border-color: #9288BC;
}
.TagClassName
{
border-color: #9288BC;
}
</style>