Shades of Cold Purple #9080BA
Tints of Cold Purple #9080BA
RGB
CMYK
RGB Variations
Color information
#9080BA (or 0x9080BA) is known color: Cold Purple. HEX triplet: 90, 80 and BA. RGB value is (144,128,186). Sum of RGB (Red+Green+Blue) = 144+128+186=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #9080BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080BA is #6F7F45. Grayscale: #8B8B8B. Windows color (decimal): -7307078 or 12222608. OLE color: 12222608.
HSL color Cylindrical-coordinate representation of color #9080BA: hue angle of 256.55º 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 #9080BA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 128 | 186 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.27 |
| HSL | 256.55º | 0.3% | 0.62% | - |
| HSV(B) | 256.55º | 0.31% | 0.73% | - |
| XYZ | 28.08 | 24.91 | 49.78 | - |
| YUV | 139.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 186 | 0.23 | 0.31 | 0 | 0.27 | 256.55 | 0.3 | 0.62 |
| Hex | 90 | 80 | BA | 17 | 1F | 0 | 1B | 101 | 1E | 3E |
| Octal | 220 | 200 | 272 | 27 | 37 | 0 | 33 | 401 | 36 | 76 |
| Binary | 10010000 | 10000000 | 10111010 | 10111 | 11111 | 0 | 11011 | 100000001 | 11110 | 111110 |
Color Harmonies of #9080BA
Complementary color
Monochromatic Colors of #9080BA
Black with #9080BA
Text Example
Text Example
White with #9080BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080BA; }
p { color: rgb(144,128,186); }
H1.HeaderClassName
{
color: #9080BA;
}
.AnyTagClassName
{
color: #9080BA;
}
</style>
background-color css
<style>
a { background-color: #9080BA; }
a { background-color: rgb(144,128,186); }
div.DivClassName
{
background-color: #9080BA;
}
.BgClassName
{
background-color: #9080BA;
}
</style>
border-color css
<style>
span { border-color: #9080BA; }
span { border-color: rgb(144,128,186); }
td.TdClassName
{
border-color: #9080BA;
}
.TagClassName
{
border-color: #9080BA;
}
</style>