Shades of Cold Purple #9289BA
Tints of Cold Purple #9289BA
RGB
CMYK
RGB Variations
Color information
#9289BA (or 0x9289BA) is known color: Cold Purple. HEX triplet: 92, 89 and BA. RGB value is (146,137,186). Sum of RGB (Red+Green+Blue) = 146+137+186=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9289BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289BA is #6D7645. Grayscale: #919191. Windows color (decimal): -7173702 or 12224914. OLE color: 12224914.
HSL color Cylindrical-coordinate representation of color #9289BA: hue angle of 251.02º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9289BA is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 137 | 186 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.27 |
| HSL | 251.02º | 0.26% | 0.63% | - |
| HSV(B) | 251.02º | 0.26% | 0.73% | - |
| XYZ | 29.66 | 27.55 | 50.21 | - |
| YUV | 145.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 186 | 0.22 | 0.26 | 0 | 0.27 | 251.02 | 0.26 | 0.63 |
| Hex | 92 | 89 | BA | 16 | 1A | 0 | 1B | FB | 1A | 3F |
| Octal | 222 | 211 | 272 | 26 | 32 | 0 | 33 | 373 | 32 | 77 |
| Binary | 10010010 | 10001001 | 10111010 | 10110 | 11010 | 0 | 11011 | 11111011 | 11010 | 111111 |
Color Harmonies of #9289BA
Complementary color
Monochromatic Colors of #9289BA
Black with #9289BA
Text Example
Text Example
White with #9289BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9289BA; }
p { color: rgb(146,137,186); }
H1.HeaderClassName
{
color: #9289BA;
}
.AnyTagClassName
{
color: #9289BA;
}
</style>
background-color css
<style>
a { background-color: #9289BA; }
a { background-color: rgb(146,137,186); }
div.DivClassName
{
background-color: #9289BA;
}
.BgClassName
{
background-color: #9289BA;
}
</style>
border-color css
<style>
span { border-color: #9289BA; }
span { border-color: rgb(146,137,186); }
td.TdClassName
{
border-color: #9289BA;
}
.TagClassName
{
border-color: #9289BA;
}
</style>