Shades of Cold Purple #948CBF
Tints of Cold Purple #948CBF
RGB
CMYK
RGB Variations
Color information
#948CBF (or 0x948CBF) is known color: Cold Purple. HEX triplet: 94, 8C and BF. RGB value is (148,140,191). Sum of RGB (Red+Green+Blue) = 148+140+191=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #948CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CBF is #6B7340. Grayscale: #949494. Windows color (decimal): -7041857 or 12553364. OLE color: 12553364.
HSL color Cylindrical-coordinate representation of color #948CBF: hue angle of 249.41º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #948CBF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 140 | 191 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.25 |
| HSL | 249.41º | 0.28% | 0.65% | - |
| HSV(B) | 249.41º | 0.27% | 0.75% | - |
| XYZ | 30.99 | 28.81 | 53.22 | - |
| YUV | 148.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 191 | 0.23 | 0.27 | 0 | 0.25 | 249.41 | 0.28 | 0.65 |
| Hex | 94 | 8C | BF | 17 | 1B | 0 | 19 | F9 | 1C | 41 |
| Octal | 224 | 214 | 277 | 27 | 33 | 0 | 31 | 371 | 34 | 101 |
| Binary | 10010100 | 10001100 | 10111111 | 10111 | 11011 | 0 | 11001 | 11111001 | 11100 | 1000001 |
Color Harmonies of #948CBF
Complementary color
Monochromatic Colors of #948CBF
Black with #948CBF
Text Example
Text Example
White with #948CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CBF; }
p { color: rgb(148,140,191); }
H1.HeaderClassName
{
color: #948CBF;
}
.AnyTagClassName
{
color: #948CBF;
}
</style>
background-color css
<style>
a { background-color: #948CBF; }
a { background-color: rgb(148,140,191); }
div.DivClassName
{
background-color: #948CBF;
}
.BgClassName
{
background-color: #948CBF;
}
</style>
border-color css
<style>
span { border-color: #948CBF; }
span { border-color: rgb(148,140,191); }
td.TdClassName
{
border-color: #948CBF;
}
.TagClassName
{
border-color: #948CBF;
}
</style>