Shades of Cold Purple #9484BD
Tints of Cold Purple #9484BD
RGB
CMYK
RGB Variations
Color information
#9484BD (or 0x9484BD) is known color: Cold Purple. HEX triplet: 94, 84 and BD. RGB value is (148,132,189). Sum of RGB (Red+Green+Blue) = 148+132+189=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #9484BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9484BD is #6B7B42. Grayscale: #8F8F8F. Windows color (decimal): -7043907 or 12420244. OLE color: 12420244.
HSL color Cylindrical-coordinate representation of color #9484BD: hue angle of 256.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9484BD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 132 | 189 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.26 |
| HSL | 256.84º | 0.3% | 0.63% | - |
| HSV(B) | 256.84º | 0.3% | 0.74% | - |
| XYZ | 29.65 | 26.47 | 51.69 | - |
| YUV | 143.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 189 | 0.22 | 0.30 | 0 | 0.26 | 256.84 | 0.3 | 0.63 |
| Hex | 94 | 84 | BD | 16 | 1E | 0 | 1A | 101 | 1E | 3F |
| Octal | 224 | 204 | 275 | 26 | 36 | 0 | 32 | 401 | 36 | 77 |
| Binary | 10010100 | 10000100 | 10111101 | 10110 | 11110 | 0 | 11010 | 100000001 | 11110 | 111111 |
Color Harmonies of #9484BD
Complementary color
Monochromatic Colors of #9484BD
Black with #9484BD
Text Example
Text Example
White with #9484BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9484BD; }
p { color: rgb(148,132,189); }
H1.HeaderClassName
{
color: #9484BD;
}
.AnyTagClassName
{
color: #9484BD;
}
</style>
background-color css
<style>
a { background-color: #9484BD; }
a { background-color: rgb(148,132,189); }
div.DivClassName
{
background-color: #9484BD;
}
.BgClassName
{
background-color: #9484BD;
}
</style>
border-color css
<style>
span { border-color: #9484BD; }
span { border-color: rgb(148,132,189); }
td.TdClassName
{
border-color: #9484BD;
}
.TagClassName
{
border-color: #9484BD;
}
</style>