Shades of Cold Purple #948DBA
Tints of Cold Purple #948DBA
RGB
CMYK
RGB Variations
Color information
#948DBA (or 0x948DBA) is known color: Cold Purple. HEX triplet: 94, 8D and BA. RGB value is (148,141,186). Sum of RGB (Red+Green+Blue) = 148+141+186=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #948DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DBA is #6B7245. Grayscale: #949494. Windows color (decimal): -7041606 or 12225940. OLE color: 12225940.
HSL color Cylindrical-coordinate representation of color #948DBA: hue angle of 249.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #948DBA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 141 | 186 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.27 |
| HSL | 249.33º | 0.25% | 0.64% | - |
| HSV(B) | 249.33º | 0.24% | 0.73% | - |
| XYZ | 30.6 | 28.89 | 50.42 | - |
| YUV | 148.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 186 | 0.20 | 0.24 | 0 | 0.27 | 249.33 | 0.25 | 0.64 |
| Hex | 94 | 8D | BA | 14 | 18 | 0 | 1B | F9 | 19 | 40 |
| Octal | 224 | 215 | 272 | 24 | 30 | 0 | 33 | 371 | 31 | 100 |
| Binary | 10010100 | 10001101 | 10111010 | 10100 | 11000 | 0 | 11011 | 11111001 | 11001 | 1000000 |
Color Harmonies of #948DBA
Complementary color
Monochromatic Colors of #948DBA
Black with #948DBA
Text Example
Text Example
White with #948DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DBA; }
p { color: rgb(148,141,186); }
H1.HeaderClassName
{
color: #948DBA;
}
.AnyTagClassName
{
color: #948DBA;
}
</style>
background-color css
<style>
a { background-color: #948DBA; }
a { background-color: rgb(148,141,186); }
div.DivClassName
{
background-color: #948DBA;
}
.BgClassName
{
background-color: #948DBA;
}
</style>
border-color css
<style>
span { border-color: #948DBA; }
span { border-color: rgb(148,141,186); }
td.TdClassName
{
border-color: #948DBA;
}
.TagClassName
{
border-color: #948DBA;
}
</style>