Shades of Cold Purple #9482BA
Tints of Cold Purple #9482BA
RGB
CMYK
RGB Variations
Color information
#9482BA (or 0x9482BA) is known color: Cold Purple. HEX triplet: 94, 82 and BA. RGB value is (148,130,186). Sum of RGB (Red+Green+Blue) = 148+130+186=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9482BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482BA is #6B7D45. Grayscale: #8D8D8D. Windows color (decimal): -7044422 or 12223124. OLE color: 12223124.
HSL color Cylindrical-coordinate representation of color #9482BA: hue angle of 259.29º degrees, saturation: 0.29, 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 #9482BA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 130 | 186 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.27 |
| HSL | 259.29º | 0.29% | 0.62% | - |
| HSV(B) | 259.29º | 0.3% | 0.73% | - |
| XYZ | 29.06 | 25.81 | 49.9 | - |
| YUV | 141.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 186 | 0.20 | 0.30 | 0 | 0.27 | 259.29 | 0.29 | 0.62 |
| Hex | 94 | 82 | BA | 14 | 1E | 0 | 1B | 103 | 1D | 3E |
| Octal | 224 | 202 | 272 | 24 | 36 | 0 | 33 | 403 | 35 | 76 |
| Binary | 10010100 | 10000010 | 10111010 | 10100 | 11110 | 0 | 11011 | 100000011 | 11101 | 111110 |
Color Harmonies of #9482BA
Complementary color
Monochromatic Colors of #9482BA
Black with #9482BA
Text Example
Text Example
White with #9482BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9482BA; }
p { color: rgb(148,130,186); }
H1.HeaderClassName
{
color: #9482BA;
}
.AnyTagClassName
{
color: #9482BA;
}
</style>
background-color css
<style>
a { background-color: #9482BA; }
a { background-color: rgb(148,130,186); }
div.DivClassName
{
background-color: #9482BA;
}
.BgClassName
{
background-color: #9482BA;
}
</style>
border-color css
<style>
span { border-color: #9482BA; }
span { border-color: rgb(148,130,186); }
td.TdClassName
{
border-color: #9482BA;
}
.TagClassName
{
border-color: #9482BA;
}
</style>