Shades of Cold Purple #948ABB
Tints of Cold Purple #948ABB
RGB
CMYK
RGB Variations
Color information
#948ABB (or 0x948ABB) is known color: Cold Purple. HEX triplet: 94, 8A and BB. RGB value is (148,138,187). Sum of RGB (Red+Green+Blue) = 148+138+187=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #948ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ABB is #6B7544. Grayscale: #929292. Windows color (decimal): -7042373 or 12290708. OLE color: 12290708.
HSL color Cylindrical-coordinate representation of color #948ABB: hue angle of 252.24º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #948ABB is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 138 | 187 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.27 |
| HSL | 252.24º | 0.26% | 0.64% | - |
| HSV(B) | 252.24º | 0.26% | 0.73% | - |
| XYZ | 30.27 | 28.06 | 50.83 | - |
| YUV | 146.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 187 | 0.21 | 0.26 | 0 | 0.27 | 252.24 | 0.26 | 0.64 |
| Hex | 94 | 8A | BB | 15 | 1A | 0 | 1B | FC | 1A | 40 |
| Octal | 224 | 212 | 273 | 25 | 32 | 0 | 33 | 374 | 32 | 100 |
| Binary | 10010100 | 10001010 | 10111011 | 10101 | 11010 | 0 | 11011 | 11111100 | 11010 | 1000000 |
Color Harmonies of #948ABB
Complementary color
Monochromatic Colors of #948ABB
Black with #948ABB
Text Example
Text Example
White with #948ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948ABB; }
p { color: rgb(148,138,187); }
H1.HeaderClassName
{
color: #948ABB;
}
.AnyTagClassName
{
color: #948ABB;
}
</style>
background-color css
<style>
a { background-color: #948ABB; }
a { background-color: rgb(148,138,187); }
div.DivClassName
{
background-color: #948ABB;
}
.BgClassName
{
background-color: #948ABB;
}
</style>
border-color css
<style>
span { border-color: #948ABB; }
span { border-color: rgb(148,138,187); }
td.TdClassName
{
border-color: #948ABB;
}
.TagClassName
{
border-color: #948ABB;
}
</style>