Shades of Cold Purple #9280BA
Tints of Cold Purple #9280BA
RGB
CMYK
RGB Variations
Color information
#9280BA (or 0x9280BA) is known color: Cold Purple. HEX triplet: 92, 80 and BA. RGB value is (146,128,186). Sum of RGB (Red+Green+Blue) = 146+128+186=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #9280BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280BA is #6D7F45. Grayscale: #8B8B8B. Windows color (decimal): -7176006 or 12222610. OLE color: 12222610.
HSL color Cylindrical-coordinate representation of color #9280BA: hue angle of 258.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9280BA is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 128 | 186 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.27 |
| HSL | 258.62º | 0.3% | 0.62% | - |
| HSV(B) | 258.62º | 0.31% | 0.73% | - |
| XYZ | 28.44 | 25.09 | 49.8 | - |
| YUV | 139.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 186 | 0.22 | 0.31 | 0 | 0.27 | 258.62 | 0.3 | 0.62 |
| Hex | 92 | 80 | BA | 16 | 1F | 0 | 1B | 103 | 1E | 3E |
| Octal | 222 | 200 | 272 | 26 | 37 | 0 | 33 | 403 | 36 | 76 |
| Binary | 10010010 | 10000000 | 10111010 | 10110 | 11111 | 0 | 11011 | 100000011 | 11110 | 111110 |
Color Harmonies of #9280BA
Complementary color
Monochromatic Colors of #9280BA
Black with #9280BA
Text Example
Text Example
White with #9280BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9280BA; }
p { color: rgb(146,128,186); }
H1.HeaderClassName
{
color: #9280BA;
}
.AnyTagClassName
{
color: #9280BA;
}
</style>
background-color css
<style>
a { background-color: #9280BA; }
a { background-color: rgb(146,128,186); }
div.DivClassName
{
background-color: #9280BA;
}
.BgClassName
{
background-color: #9280BA;
}
</style>
border-color css
<style>
span { border-color: #9280BA; }
span { border-color: rgb(146,128,186); }
td.TdClassName
{
border-color: #9280BA;
}
.TagClassName
{
border-color: #9280BA;
}
</style>