Shades of Cold Purple #9288BE
Tints of Cold Purple #9288BE
RGB
CMYK
RGB Variations
Color information
#9288BE (or 0x9288BE) is known color: Cold Purple. HEX triplet: 92, 88 and BE. RGB value is (146,136,190). Sum of RGB (Red+Green+Blue) = 146+136+190=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9288BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288BE is #6D7741. Grayscale: #909090. Windows color (decimal): -7173954 or 12486802. OLE color: 12486802.
HSL color Cylindrical-coordinate representation of color #9288BE: hue angle of 251.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9288BE is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 136 | 190 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.25 |
| HSL | 251.11º | 0.29% | 0.64% | - |
| HSV(B) | 251.11º | 0.28% | 0.75% | - |
| XYZ | 29.95 | 27.44 | 52.43 | - |
| YUV | 145.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 190 | 0.23 | 0.28 | 0 | 0.25 | 251.11 | 0.29 | 0.64 |
| Hex | 92 | 88 | BE | 17 | 1C | 0 | 19 | FB | 1D | 40 |
| Octal | 222 | 210 | 276 | 27 | 34 | 0 | 31 | 373 | 35 | 100 |
| Binary | 10010010 | 10001000 | 10111110 | 10111 | 11100 | 0 | 11001 | 11111011 | 11101 | 1000000 |
Color Harmonies of #9288BE
Complementary color
Monochromatic Colors of #9288BE
Black with #9288BE
Text Example
Text Example
White with #9288BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9288BE; }
p { color: rgb(146,136,190); }
H1.HeaderClassName
{
color: #9288BE;
}
.AnyTagClassName
{
color: #9288BE;
}
</style>
background-color css
<style>
a { background-color: #9288BE; }
a { background-color: rgb(146,136,190); }
div.DivClassName
{
background-color: #9288BE;
}
.BgClassName
{
background-color: #9288BE;
}
</style>
border-color css
<style>
span { border-color: #9288BE; }
span { border-color: rgb(146,136,190); }
td.TdClassName
{
border-color: #9288BE;
}
.TagClassName
{
border-color: #9288BE;
}
</style>