Shades of Cold Purple #948BBA
Tints of Cold Purple #948BBA
RGB
CMYK
RGB Variations
Color information
#948BBA (or 0x948BBA) is known color: Cold Purple. HEX triplet: 94, 8B and BA. RGB value is (148,139,186). Sum of RGB (Red+Green+Blue) = 148+139+186=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #948BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BBA is #6B7445. Grayscale: #929292. Windows color (decimal): -7042118 or 12225428. OLE color: 12225428.
HSL color Cylindrical-coordinate representation of color #948BBA: hue angle of 251.49º 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 #948BBA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 139 | 186 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.27 |
| HSL | 251.49º | 0.25% | 0.64% | - |
| HSV(B) | 251.49º | 0.25% | 0.73% | - |
| XYZ | 30.31 | 28.31 | 50.32 | - |
| YUV | 147.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 186 | 0.20 | 0.25 | 0 | 0.27 | 251.49 | 0.25 | 0.64 |
| Hex | 94 | 8B | BA | 14 | 19 | 0 | 1B | FB | 19 | 40 |
| Octal | 224 | 213 | 272 | 24 | 31 | 0 | 33 | 373 | 31 | 100 |
| Binary | 10010100 | 10001011 | 10111010 | 10100 | 11001 | 0 | 11011 | 11111011 | 11001 | 1000000 |
Color Harmonies of #948BBA
Complementary color
Monochromatic Colors of #948BBA
Black with #948BBA
Text Example
Text Example
White with #948BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BBA; }
p { color: rgb(148,139,186); }
H1.HeaderClassName
{
color: #948BBA;
}
.AnyTagClassName
{
color: #948BBA;
}
</style>
background-color css
<style>
a { background-color: #948BBA; }
a { background-color: rgb(148,139,186); }
div.DivClassName
{
background-color: #948BBA;
}
.BgClassName
{
background-color: #948BBA;
}
</style>
border-color css
<style>
span { border-color: #948BBA; }
span { border-color: rgb(148,139,186); }
td.TdClassName
{
border-color: #948BBA;
}
.TagClassName
{
border-color: #948BBA;
}
</style>