Shades of Cold Purple #948AB4
Tints of Cold Purple #948AB4
RGB
CMYK
RGB Variations
Color information
#948AB4 (or 0x948AB4) is known color: Cold Purple. HEX triplet: 94, 8A and B4. RGB value is (148,138,180). Sum of RGB (Red+Green+Blue) = 148+138+180=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #948AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948AB4 is #6B754B. Grayscale: #919191. Windows color (decimal): -7042380 or 11831956. OLE color: 11831956.
HSL color Cylindrical-coordinate representation of color #948AB4: hue angle of 254.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #948AB4 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 138 | 180 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.29 |
| HSL | 254.29º | 0.22% | 0.62% | - |
| HSV(B) | 254.29º | 0.23% | 0.71% | - |
| XYZ | 29.54 | 27.77 | 46.98 | - |
| YUV | 145.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 180 | 0.18 | 0.23 | 0 | 0.29 | 254.29 | 0.22 | 0.62 |
| Hex | 94 | 8A | B4 | 12 | 17 | 0 | 1D | FE | 16 | 3E |
| Octal | 224 | 212 | 264 | 22 | 27 | 0 | 35 | 376 | 26 | 76 |
| Binary | 10010100 | 10001010 | 10110100 | 10010 | 10111 | 0 | 11101 | 11111110 | 10110 | 111110 |
Color Harmonies of #948AB4
Complementary color
Monochromatic Colors of #948AB4
Black with #948AB4
Text Example
Text Example
White with #948AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948AB4; }
p { color: rgb(148,138,180); }
H1.HeaderClassName
{
color: #948AB4;
}
.AnyTagClassName
{
color: #948AB4;
}
</style>
background-color css
<style>
a { background-color: #948AB4; }
a { background-color: rgb(148,138,180); }
div.DivClassName
{
background-color: #948AB4;
}
.BgClassName
{
background-color: #948AB4;
}
</style>
border-color css
<style>
span { border-color: #948AB4; }
span { border-color: rgb(148,138,180); }
td.TdClassName
{
border-color: #948AB4;
}
.TagClassName
{
border-color: #948AB4;
}
</style>