Shades of Medium Purple #947AE1
Tints of Medium Purple #947AE1
RGB
CMYK
RGB Variations
Color information
#947AE1 (or 0x947AE1) is known color: Medium Purple. HEX triplet: 94, 7A and E1. RGB value is (148,122,225). Sum of RGB (Red+Green+Blue) = 148+122+225=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #947AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AE1 is #6B851E. Grayscale: #8D8D8D. Windows color (decimal): -7046431 or 14776980. OLE color: 14776980.
HSL color Cylindrical-coordinate representation of color #947AE1: hue angle of 255.15º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #947AE1 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 122 | 225 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.12 |
| HSL | 255.15º | 0.63% | 0.68% | - |
| HSV(B) | 255.15º | 0.46% | 0.88% | - |
| XYZ | 32.76 | 25.65 | 74.46 | - |
| YUV | 141.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 225 | 0.34 | 0.46 | 0 | 0.12 | 255.15 | 0.63 | 0.68 |
| Hex | 94 | 7A | E1 | 22 | 2E | 0 | C | FF | 3F | 44 |
| Octal | 224 | 172 | 341 | 42 | 56 | 0 | 14 | 377 | 77 | 104 |
| Binary | 10010100 | 1111010 | 11100001 | 100010 | 101110 | 0 | 1100 | 11111111 | 111111 | 1000100 |
Color Harmonies of #947AE1
Complementary color
Monochromatic Colors of #947AE1
Black with #947AE1
Text Example
Text Example
White with #947AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947AE1; }
p { color: rgb(148,122,225); }
H1.HeaderClassName
{
color: #947AE1;
}
.AnyTagClassName
{
color: #947AE1;
}
</style>
background-color css
<style>
a { background-color: #947AE1; }
a { background-color: rgb(148,122,225); }
div.DivClassName
{
background-color: #947AE1;
}
.BgClassName
{
background-color: #947AE1;
}
</style>
border-color css
<style>
span { border-color: #947AE1; }
span { border-color: rgb(148,122,225); }
td.TdClassName
{
border-color: #947AE1;
}
.TagClassName
{
border-color: #947AE1;
}
</style>