Shades of Cold Purple #948CBC
Tints of Cold Purple #948CBC
RGB
CMYK
RGB Variations
Color information
#948CBC (or 0x948CBC) is known color: Cold Purple. HEX triplet: 94, 8C and BC. RGB value is (148,140,188). Sum of RGB (Red+Green+Blue) = 148+140+188=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #948CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CBC is #6B7343. Grayscale: #939393. Windows color (decimal): -7041860 or 12356756. OLE color: 12356756.
HSL color Cylindrical-coordinate representation of color #948CBC: hue angle of 250º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #948CBC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 140 | 188 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.26 |
| HSL | 250º | 0.26% | 0.64% | - |
| HSV(B) | 250º | 0.26% | 0.74% | - |
| XYZ | 30.67 | 28.68 | 51.5 | - |
| YUV | 147.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 188 | 0.21 | 0.26 | 0 | 0.26 | 250 | 0.26 | 0.64 |
| Hex | 94 | 8C | BC | 15 | 1A | 0 | 1A | FA | 1A | 40 |
| Octal | 224 | 214 | 274 | 25 | 32 | 0 | 32 | 372 | 32 | 100 |
| Binary | 10010100 | 10001100 | 10111100 | 10101 | 11010 | 0 | 11010 | 11111010 | 11010 | 1000000 |
Color Harmonies of #948CBC
Complementary color
Monochromatic Colors of #948CBC
Black with #948CBC
Text Example
Text Example
White with #948CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CBC; }
p { color: rgb(148,140,188); }
H1.HeaderClassName
{
color: #948CBC;
}
.AnyTagClassName
{
color: #948CBC;
}
</style>
background-color css
<style>
a { background-color: #948CBC; }
a { background-color: rgb(148,140,188); }
div.DivClassName
{
background-color: #948CBC;
}
.BgClassName
{
background-color: #948CBC;
}
</style>
border-color css
<style>
span { border-color: #948CBC; }
span { border-color: rgb(148,140,188); }
td.TdClassName
{
border-color: #948CBC;
}
.TagClassName
{
border-color: #948CBC;
}
</style>