Shades of Cold Purple #9485BF
Tints of Cold Purple #9485BF
RGB
CMYK
RGB Variations
Color information
#9485BF (or 0x9485BF) is known color: Cold Purple. HEX triplet: 94, 85 and BF. RGB value is (148,133,191). Sum of RGB (Red+Green+Blue) = 148+133+191=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #9485BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485BF is #6B7A40. Grayscale: #8F8F8F. Windows color (decimal): -7043649 or 12551572. OLE color: 12551572.
HSL color Cylindrical-coordinate representation of color #9485BF: hue angle of 255.52º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9485BF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 133 | 191 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.25 |
| HSL | 255.52º | 0.31% | 0.64% | - |
| HSV(B) | 255.52º | 0.3% | 0.75% | - |
| XYZ | 30 | 26.83 | 52.89 | - |
| YUV | 144.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 191 | 0.23 | 0.30 | 0 | 0.25 | 255.52 | 0.31 | 0.64 |
| Hex | 94 | 85 | BF | 17 | 1E | 0 | 19 | 100 | 1F | 40 |
| Octal | 224 | 205 | 277 | 27 | 36 | 0 | 31 | 400 | 37 | 100 |
| Binary | 10010100 | 10000101 | 10111111 | 10111 | 11110 | 0 | 11001 | 100000000 | 11111 | 1000000 |
Color Harmonies of #9485BF
Complementary color
Monochromatic Colors of #9485BF
Black with #9485BF
Text Example
Text Example
White with #9485BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9485BF; }
p { color: rgb(148,133,191); }
H1.HeaderClassName
{
color: #9485BF;
}
.AnyTagClassName
{
color: #9485BF;
}
</style>
background-color css
<style>
a { background-color: #9485BF; }
a { background-color: rgb(148,133,191); }
div.DivClassName
{
background-color: #9485BF;
}
.BgClassName
{
background-color: #9485BF;
}
</style>
border-color css
<style>
span { border-color: #9485BF; }
span { border-color: rgb(148,133,191); }
td.TdClassName
{
border-color: #9485BF;
}
.TagClassName
{
border-color: #9485BF;
}
</style>