Shades of Cold Purple #948AB9
Tints of Cold Purple #948AB9
RGB
CMYK
RGB Variations
Color information
#948AB9 (or 0x948AB9) is known color: Cold Purple. HEX triplet: 94, 8A and B9. RGB value is (148,138,185). Sum of RGB (Red+Green+Blue) = 148+138+185=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #948AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948AB9 is #6B7546. Grayscale: #929292. Windows color (decimal): -7042375 or 12159636. OLE color: 12159636.
HSL color Cylindrical-coordinate representation of color #948AB9: hue angle of 252.77º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #948AB9 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 138 | 185 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.27 |
| HSL | 252.77º | 0.25% | 0.63% | - |
| HSV(B) | 252.77º | 0.25% | 0.73% | - |
| XYZ | 30.06 | 27.98 | 49.71 | - |
| YUV | 146.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 185 | 0.20 | 0.25 | 0 | 0.27 | 252.77 | 0.25 | 0.63 |
| Hex | 94 | 8A | B9 | 14 | 19 | 0 | 1B | FD | 19 | 3F |
| Octal | 224 | 212 | 271 | 24 | 31 | 0 | 33 | 375 | 31 | 77 |
| Binary | 10010100 | 10001010 | 10111001 | 10100 | 11001 | 0 | 11011 | 11111101 | 11001 | 111111 |
Color Harmonies of #948AB9
Complementary color
Monochromatic Colors of #948AB9
Black with #948AB9
Text Example
Text Example
White with #948AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948AB9; }
p { color: rgb(148,138,185); }
H1.HeaderClassName
{
color: #948AB9;
}
.AnyTagClassName
{
color: #948AB9;
}
</style>
background-color css
<style>
a { background-color: #948AB9; }
a { background-color: rgb(148,138,185); }
div.DivClassName
{
background-color: #948AB9;
}
.BgClassName
{
background-color: #948AB9;
}
</style>
border-color css
<style>
span { border-color: #948AB9; }
span { border-color: rgb(148,138,185); }
td.TdClassName
{
border-color: #948AB9;
}
.TagClassName
{
border-color: #948AB9;
}
</style>