Shades of Cold Purple #9485B9
Tints of Cold Purple #9485B9
RGB
CMYK
RGB Variations
Color information
#9485B9 (or 0x9485B9) is known color: Cold Purple. HEX triplet: 94, 85 and B9. RGB value is (148,133,185). Sum of RGB (Red+Green+Blue) = 148+133+185=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #9485B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485B9 is #6B7A46. Grayscale: #8F8F8F. Windows color (decimal): -7043655 or 12158356. OLE color: 12158356.
HSL color Cylindrical-coordinate representation of color #9485B9: hue angle of 257.31º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9485B9 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 133 | 185 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.27 |
| HSL | 257.31º | 0.27% | 0.62% | - |
| HSV(B) | 257.31º | 0.28% | 0.73% | - |
| XYZ | 29.36 | 26.57 | 49.48 | - |
| YUV | 143.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 185 | 0.20 | 0.28 | 0 | 0.27 | 257.31 | 0.27 | 0.62 |
| Hex | 94 | 85 | B9 | 14 | 1C | 0 | 1B | 101 | 1B | 3E |
| Octal | 224 | 205 | 271 | 24 | 34 | 0 | 33 | 401 | 33 | 76 |
| Binary | 10010100 | 10000101 | 10111001 | 10100 | 11100 | 0 | 11011 | 100000001 | 11011 | 111110 |
Color Harmonies of #9485B9
Complementary color
Monochromatic Colors of #9485B9
Black with #9485B9
Text Example
Text Example
White with #9485B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9485B9; }
p { color: rgb(148,133,185); }
H1.HeaderClassName
{
color: #9485B9;
}
.AnyTagClassName
{
color: #9485B9;
}
</style>
background-color css
<style>
a { background-color: #9485B9; }
a { background-color: rgb(148,133,185); }
div.DivClassName
{
background-color: #9485B9;
}
.BgClassName
{
background-color: #9485B9;
}
</style>
border-color css
<style>
span { border-color: #9485B9; }
span { border-color: rgb(148,133,185); }
td.TdClassName
{
border-color: #9485B9;
}
.TagClassName
{
border-color: #9485B9;
}
</style>