Shades of Cold Purple #9283BA
Tints of Cold Purple #9283BA
RGB
CMYK
RGB Variations
Color information
#9283BA (or 0x9283BA) is known color: Cold Purple. HEX triplet: 92, 83 and BA. RGB value is (146,131,186). Sum of RGB (Red+Green+Blue) = 146+131+186=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #9283BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9283BA is #6D7C45. Grayscale: #8D8D8D. Windows color (decimal): -7175238 or 12223378. OLE color: 12223378.
HSL color Cylindrical-coordinate representation of color #9283BA: hue angle of 256.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9283BA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 131 | 186 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.27 |
| HSL | 256.36º | 0.28% | 0.62% | - |
| HSV(B) | 256.36º | 0.3% | 0.73% | - |
| XYZ | 28.83 | 25.89 | 49.93 | - |
| YUV | 141.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 186 | 0.22 | 0.30 | 0 | 0.27 | 256.36 | 0.28 | 0.62 |
| Hex | 92 | 83 | BA | 16 | 1E | 0 | 1B | 100 | 1C | 3E |
| Octal | 222 | 203 | 272 | 26 | 36 | 0 | 33 | 400 | 34 | 76 |
| Binary | 10010010 | 10000011 | 10111010 | 10110 | 11110 | 0 | 11011 | 100000000 | 11100 | 111110 |
Color Harmonies of #9283BA
Complementary color
Monochromatic Colors of #9283BA
Black with #9283BA
Text Example
Text Example
White with #9283BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9283BA; }
p { color: rgb(146,131,186); }
H1.HeaderClassName
{
color: #9283BA;
}
.AnyTagClassName
{
color: #9283BA;
}
</style>
background-color css
<style>
a { background-color: #9283BA; }
a { background-color: rgb(146,131,186); }
div.DivClassName
{
background-color: #9283BA;
}
.BgClassName
{
background-color: #9283BA;
}
</style>
border-color css
<style>
span { border-color: #9283BA; }
span { border-color: rgb(146,131,186); }
td.TdClassName
{
border-color: #9283BA;
}
.TagClassName
{
border-color: #9283BA;
}
</style>