Shades of Cold Purple #948DBB
Tints of Cold Purple #948DBB
RGB
CMYK
RGB Variations
Color information
#948DBB (or 0x948DBB) is known color: Cold Purple. HEX triplet: 94, 8D and BB. RGB value is (148,141,187). Sum of RGB (Red+Green+Blue) = 148+141+187=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #948DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DBB is #6B7244. Grayscale: #949494. Windows color (decimal): -7041605 or 12291476. OLE color: 12291476.
HSL color Cylindrical-coordinate representation of color #948DBB: hue angle of 249.13º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #948DBB is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 141 | 187 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.27 |
| HSL | 249.13º | 0.25% | 0.64% | - |
| HSV(B) | 249.13º | 0.25% | 0.73% | - |
| XYZ | 30.71 | 28.93 | 50.98 | - |
| YUV | 148.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 187 | 0.21 | 0.25 | 0 | 0.27 | 249.13 | 0.25 | 0.64 |
| Hex | 94 | 8D | BB | 15 | 19 | 0 | 1B | F9 | 19 | 40 |
| Octal | 224 | 215 | 273 | 25 | 31 | 0 | 33 | 371 | 31 | 100 |
| Binary | 10010100 | 10001101 | 10111011 | 10101 | 11001 | 0 | 11011 | 11111001 | 11001 | 1000000 |
Color Harmonies of #948DBB
Complementary color
Monochromatic Colors of #948DBB
Black with #948DBB
Text Example
Text Example
White with #948DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DBB; }
p { color: rgb(148,141,187); }
H1.HeaderClassName
{
color: #948DBB;
}
.AnyTagClassName
{
color: #948DBB;
}
</style>
background-color css
<style>
a { background-color: #948DBB; }
a { background-color: rgb(148,141,187); }
div.DivClassName
{
background-color: #948DBB;
}
.BgClassName
{
background-color: #948DBB;
}
</style>
border-color css
<style>
span { border-color: #948DBB; }
span { border-color: rgb(148,141,187); }
td.TdClassName
{
border-color: #948DBB;
}
.TagClassName
{
border-color: #948DBB;
}
</style>