Shades of Medium Purple #947ADD
Tints of Medium Purple #947ADD
RGB
CMYK
RGB Variations
Color information
#947ADD (or 0x947ADD) is known color: Medium Purple. HEX triplet: 94, 7A and DD. RGB value is (148,122,221). Sum of RGB (Red+Green+Blue) = 148+122+221=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #947ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ADD is #6B8522. Grayscale: #8C8C8C. Windows color (decimal): -7046435 or 14514836. OLE color: 14514836.
HSL color Cylindrical-coordinate representation of color #947ADD: hue angle of 255.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #947ADD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 122 | 221 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.13 |
| HSL | 255.76º | 0.59% | 0.67% | - |
| HSV(B) | 255.76º | 0.45% | 0.87% | - |
| XYZ | 32.22 | 25.44 | 71.62 | - |
| YUV | 141.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 221 | 0.33 | 0.45 | 0 | 0.13 | 255.76 | 0.59 | 0.67 |
| Hex | 94 | 7A | DD | 21 | 2D | 0 | D | 100 | 3B | 43 |
| Octal | 224 | 172 | 335 | 41 | 55 | 0 | 15 | 400 | 73 | 103 |
| Binary | 10010100 | 1111010 | 11011101 | 100001 | 101101 | 0 | 1101 | 100000000 | 111011 | 1000011 |
Color Harmonies of #947ADD
Complementary color
Monochromatic Colors of #947ADD
Black with #947ADD
Text Example
Text Example
White with #947ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947ADD; }
p { color: rgb(148,122,221); }
H1.HeaderClassName
{
color: #947ADD;
}
.AnyTagClassName
{
color: #947ADD;
}
</style>
background-color css
<style>
a { background-color: #947ADD; }
a { background-color: rgb(148,122,221); }
div.DivClassName
{
background-color: #947ADD;
}
.BgClassName
{
background-color: #947ADD;
}
</style>
border-color css
<style>
span { border-color: #947ADD; }
span { border-color: rgb(148,122,221); }
td.TdClassName
{
border-color: #947ADD;
}
.TagClassName
{
border-color: #947ADD;
}
</style>