Shades of Medium Purple #947ADA
Tints of Medium Purple #947ADA
RGB
CMYK
RGB Variations
Color information
#947ADA (or 0x947ADA) is known color: Medium Purple. HEX triplet: 94, 7A and DA. RGB value is (148,122,218). Sum of RGB (Red+Green+Blue) = 148+122+218=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #947ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ADA is #6B8525. Grayscale: #8C8C8C. Windows color (decimal): -7046438 or 14318228. OLE color: 14318228.
HSL color Cylindrical-coordinate representation of color #947ADA: hue angle of 256.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947ADA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 122 | 218 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.15 |
| HSL | 256.25º | 0.56% | 0.67% | - |
| HSV(B) | 256.25º | 0.44% | 0.85% | - |
| XYZ | 31.83 | 25.28 | 69.53 | - |
| YUV | 140.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 218 | 0.32 | 0.44 | 0 | 0.15 | 256.25 | 0.56 | 0.67 |
| Hex | 94 | 7A | DA | 20 | 2C | 0 | F | 100 | 38 | 43 |
| Octal | 224 | 172 | 332 | 40 | 54 | 0 | 17 | 400 | 70 | 103 |
| Binary | 10010100 | 1111010 | 11011010 | 100000 | 101100 | 0 | 1111 | 100000000 | 111000 | 1000011 |
Color Harmonies of #947ADA
Complementary color
Monochromatic Colors of #947ADA
Black with #947ADA
Text Example
Text Example
White with #947ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947ADA; }
p { color: rgb(148,122,218); }
H1.HeaderClassName
{
color: #947ADA;
}
.AnyTagClassName
{
color: #947ADA;
}
</style>
background-color css
<style>
a { background-color: #947ADA; }
a { background-color: rgb(148,122,218); }
div.DivClassName
{
background-color: #947ADA;
}
.BgClassName
{
background-color: #947ADA;
}
</style>
border-color css
<style>
span { border-color: #947ADA; }
span { border-color: rgb(148,122,218); }
td.TdClassName
{
border-color: #947ADA;
}
.TagClassName
{
border-color: #947ADA;
}
</style>