Shades of Cold Purple #948AC0
Tints of Cold Purple #948AC0
RGB
CMYK
RGB Variations
Color information
#948AC0 (or 0x948AC0) is known color: Cold Purple. HEX triplet: 94, 8A and C0. RGB value is (148,138,192). Sum of RGB (Red+Green+Blue) = 148+138+192=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #948AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948AC0 is #6B753F. Grayscale: #929292. Windows color (decimal): -7042368 or 12618388. OLE color: 12618388.
HSL color Cylindrical-coordinate representation of color #948AC0: hue angle of 251.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #948AC0 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 138 | 192 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.25 |
| HSL | 251.11º | 0.3% | 0.65% | - |
| HSV(B) | 251.11º | 0.28% | 0.75% | - |
| XYZ | 30.82 | 28.28 | 53.7 | - |
| YUV | 147.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 192 | 0.23 | 0.28 | 0 | 0.25 | 251.11 | 0.3 | 0.65 |
| Hex | 94 | 8A | C0 | 17 | 1C | 0 | 19 | FB | 1E | 41 |
| Octal | 224 | 212 | 300 | 27 | 34 | 0 | 31 | 373 | 36 | 101 |
| Binary | 10010100 | 10001010 | 11000000 | 10111 | 11100 | 0 | 11001 | 11111011 | 11110 | 1000001 |
Color Harmonies of #948AC0
Complementary color
Monochromatic Colors of #948AC0
Black with #948AC0
Text Example
Text Example
White with #948AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948AC0; }
p { color: rgb(148,138,192); }
H1.HeaderClassName
{
color: #948AC0;
}
.AnyTagClassName
{
color: #948AC0;
}
</style>
background-color css
<style>
a { background-color: #948AC0; }
a { background-color: rgb(148,138,192); }
div.DivClassName
{
background-color: #948AC0;
}
.BgClassName
{
background-color: #948AC0;
}
</style>
border-color css
<style>
span { border-color: #948AC0; }
span { border-color: rgb(148,138,192); }
td.TdClassName
{
border-color: #948AC0;
}
.TagClassName
{
border-color: #948AC0;
}
</style>