Shades of Medium Purple #947AD9
Tints of Medium Purple #947AD9
RGB
CMYK
RGB Variations
Color information
#947AD9 (or 0x947AD9) is known color: Medium Purple. HEX triplet: 94, 7A and D9. RGB value is (148,122,217). Sum of RGB (Red+Green+Blue) = 148+122+217=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #947AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AD9 is #6B8526. Grayscale: #8C8C8C. Windows color (decimal): -7046439 or 14252692. OLE color: 14252692.
HSL color Cylindrical-coordinate representation of color #947AD9: hue angle of 256.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947AD9 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 122 | 217 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.15 |
| HSL | 256.42º | 0.56% | 0.66% | - |
| HSV(B) | 256.42º | 0.44% | 0.85% | - |
| XYZ | 31.7 | 25.22 | 68.84 | - |
| YUV | 140.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 217 | 0.32 | 0.44 | 0 | 0.15 | 256.42 | 0.56 | 0.66 |
| Hex | 94 | 7A | D9 | 20 | 2C | 0 | F | 100 | 38 | 42 |
| Octal | 224 | 172 | 331 | 40 | 54 | 0 | 17 | 400 | 70 | 102 |
| Binary | 10010100 | 1111010 | 11011001 | 100000 | 101100 | 0 | 1111 | 100000000 | 111000 | 1000010 |
Color Harmonies of #947AD9
Complementary color
Monochromatic Colors of #947AD9
Black with #947AD9
Text Example
Text Example
White with #947AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947AD9; }
p { color: rgb(148,122,217); }
H1.HeaderClassName
{
color: #947AD9;
}
.AnyTagClassName
{
color: #947AD9;
}
</style>
background-color css
<style>
a { background-color: #947AD9; }
a { background-color: rgb(148,122,217); }
div.DivClassName
{
background-color: #947AD9;
}
.BgClassName
{
background-color: #947AD9;
}
</style>
border-color css
<style>
span { border-color: #947AD9; }
span { border-color: rgb(148,122,217); }
td.TdClassName
{
border-color: #947AD9;
}
.TagClassName
{
border-color: #947AD9;
}
</style>