Shades of Cold Purple #9084BA
Tints of Cold Purple #9084BA
RGB
CMYK
RGB Variations
Color information
#9084BA (or 0x9084BA) is known color: Cold Purple. HEX triplet: 90, 84 and BA. RGB value is (144,132,186). Sum of RGB (Red+Green+Blue) = 144+132+186=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #9084BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084BA is #6F7B45. Grayscale: #8D8D8D. Windows color (decimal): -7306054 or 12223632. OLE color: 12223632.
HSL color Cylindrical-coordinate representation of color #9084BA: hue angle of 253.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9084BA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 132 | 186 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.27 |
| HSL | 253.33º | 0.28% | 0.62% | - |
| HSV(B) | 253.33º | 0.29% | 0.73% | - |
| XYZ | 28.62 | 25.98 | 49.96 | - |
| YUV | 141.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 186 | 0.23 | 0.29 | 0 | 0.27 | 253.33 | 0.28 | 0.62 |
| Hex | 90 | 84 | BA | 17 | 1D | 0 | 1B | FD | 1C | 3E |
| Octal | 220 | 204 | 272 | 27 | 35 | 0 | 33 | 375 | 34 | 76 |
| Binary | 10010000 | 10000100 | 10111010 | 10111 | 11101 | 0 | 11011 | 11111101 | 11100 | 111110 |
Color Harmonies of #9084BA
Complementary color
Monochromatic Colors of #9084BA
Black with #9084BA
Text Example
Text Example
White with #9084BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9084BA; }
p { color: rgb(144,132,186); }
H1.HeaderClassName
{
color: #9084BA;
}
.AnyTagClassName
{
color: #9084BA;
}
</style>
background-color css
<style>
a { background-color: #9084BA; }
a { background-color: rgb(144,132,186); }
div.DivClassName
{
background-color: #9084BA;
}
.BgClassName
{
background-color: #9084BA;
}
</style>
border-color css
<style>
span { border-color: #9084BA; }
span { border-color: rgb(144,132,186); }
td.TdClassName
{
border-color: #9084BA;
}
.TagClassName
{
border-color: #9084BA;
}
</style>