Shades of Cold Purple #948DBC
Tints of Cold Purple #948DBC
RGB
CMYK
RGB Variations
Color information
#948DBC (or 0x948DBC) is known color: Cold Purple. HEX triplet: 94, 8D and BC. RGB value is (148,141,188). Sum of RGB (Red+Green+Blue) = 148+141+188=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #948DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DBC is #6B7243. Grayscale: #949494. Windows color (decimal): -7041604 or 12357012. OLE color: 12357012.
HSL color Cylindrical-coordinate representation of color #948DBC: hue angle of 248.94º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #948DBC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 141 | 188 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.26 |
| HSL | 248.94º | 0.26% | 0.65% | - |
| HSV(B) | 248.94º | 0.25% | 0.74% | - |
| XYZ | 30.81 | 28.98 | 51.55 | - |
| YUV | 148.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 188 | 0.21 | 0.25 | 0 | 0.26 | 248.94 | 0.26 | 0.65 |
| Hex | 94 | 8D | BC | 15 | 19 | 0 | 1A | F9 | 1A | 41 |
| Octal | 224 | 215 | 274 | 25 | 31 | 0 | 32 | 371 | 32 | 101 |
| Binary | 10010100 | 10001101 | 10111100 | 10101 | 11001 | 0 | 11010 | 11111001 | 11010 | 1000001 |
Color Harmonies of #948DBC
Complementary color
Monochromatic Colors of #948DBC
Black with #948DBC
Text Example
Text Example
White with #948DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DBC; }
p { color: rgb(148,141,188); }
H1.HeaderClassName
{
color: #948DBC;
}
.AnyTagClassName
{
color: #948DBC;
}
</style>
background-color css
<style>
a { background-color: #948DBC; }
a { background-color: rgb(148,141,188); }
div.DivClassName
{
background-color: #948DBC;
}
.BgClassName
{
background-color: #948DBC;
}
</style>
border-color css
<style>
span { border-color: #948DBC; }
span { border-color: rgb(148,141,188); }
td.TdClassName
{
border-color: #948DBC;
}
.TagClassName
{
border-color: #948DBC;
}
</style>