Shades of Cold Purple #9482BC
Tints of Cold Purple #9482BC
RGB
CMYK
RGB Variations
Color information
#9482BC (or 0x9482BC) is known color: Cold Purple. HEX triplet: 94, 82 and BC. RGB value is (148,130,188). Sum of RGB (Red+Green+Blue) = 148+130+188=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #9482BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482BC is #6B7D43. Grayscale: #8D8D8D. Windows color (decimal): -7044420 or 12354196. OLE color: 12354196.
HSL color Cylindrical-coordinate representation of color #9482BC: hue angle of 258.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9482BC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 130 | 188 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.26 |
| HSL | 258.62º | 0.3% | 0.62% | - |
| HSV(B) | 258.62º | 0.31% | 0.74% | - |
| XYZ | 29.27 | 25.89 | 51.03 | - |
| YUV | 141.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 188 | 0.21 | 0.31 | 0 | 0.26 | 258.62 | 0.3 | 0.62 |
| Hex | 94 | 82 | BC | 15 | 1F | 0 | 1A | 103 | 1E | 3E |
| Octal | 224 | 202 | 274 | 25 | 37 | 0 | 32 | 403 | 36 | 76 |
| Binary | 10010100 | 10000010 | 10111100 | 10101 | 11111 | 0 | 11010 | 100000011 | 11110 | 111110 |
Color Harmonies of #9482BC
Complementary color
Monochromatic Colors of #9482BC
Black with #9482BC
Text Example
Text Example
White with #9482BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9482BC; }
p { color: rgb(148,130,188); }
H1.HeaderClassName
{
color: #9482BC;
}
.AnyTagClassName
{
color: #9482BC;
}
</style>
background-color css
<style>
a { background-color: #9482BC; }
a { background-color: rgb(148,130,188); }
div.DivClassName
{
background-color: #9482BC;
}
.BgClassName
{
background-color: #9482BC;
}
</style>
border-color css
<style>
span { border-color: #9482BC; }
span { border-color: rgb(148,130,188); }
td.TdClassName
{
border-color: #9482BC;
}
.TagClassName
{
border-color: #9482BC;
}
</style>