Shades of Cold Purple #948DBF
Tints of Cold Purple #948DBF
RGB
CMYK
RGB Variations
Color information
#948DBF (or 0x948DBF) is known color: Cold Purple. HEX triplet: 94, 8D and BF. RGB value is (148,141,191). Sum of RGB (Red+Green+Blue) = 148+141+191=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #948DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DBF is #6B7240. Grayscale: #949494. Windows color (decimal): -7041601 or 12553620. OLE color: 12553620.
HSL color Cylindrical-coordinate representation of color #948DBF: hue angle of 248.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #948DBF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 141 | 191 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.25 |
| HSL | 248.4º | 0.28% | 0.65% | - |
| HSV(B) | 248.4º | 0.26% | 0.75% | - |
| XYZ | 31.14 | 29.11 | 53.27 | - |
| YUV | 148.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 191 | 0.23 | 0.26 | 0 | 0.25 | 248.4 | 0.28 | 0.65 |
| Hex | 94 | 8D | BF | 17 | 1A | 0 | 19 | F8 | 1C | 41 |
| Octal | 224 | 215 | 277 | 27 | 32 | 0 | 31 | 370 | 34 | 101 |
| Binary | 10010100 | 10001101 | 10111111 | 10111 | 11010 | 0 | 11001 | 11111000 | 11100 | 1000001 |
Color Harmonies of #948DBF
Complementary color
Monochromatic Colors of #948DBF
Black with #948DBF
Text Example
Text Example
White with #948DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DBF; }
p { color: rgb(148,141,191); }
H1.HeaderClassName
{
color: #948DBF;
}
.AnyTagClassName
{
color: #948DBF;
}
</style>
background-color css
<style>
a { background-color: #948DBF; }
a { background-color: rgb(148,141,191); }
div.DivClassName
{
background-color: #948DBF;
}
.BgClassName
{
background-color: #948DBF;
}
</style>
border-color css
<style>
span { border-color: #948DBF; }
span { border-color: rgb(148,141,191); }
td.TdClassName
{
border-color: #948DBF;
}
.TagClassName
{
border-color: #948DBF;
}
</style>