Shades of Medium Purple #937AE2
Tints of Medium Purple #937AE2
RGB
CMYK
RGB Variations
Color information
#937AE2 (or 0x937AE2) is known color: Medium Purple. HEX triplet: 93, 7A and E2. RGB value is (147,122,226). Sum of RGB (Red+Green+Blue) = 147+122+226=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #937AE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AE2 is #6C851D. Grayscale: #8C8C8C. Windows color (decimal): -7111966 or 14842515. OLE color: 14842515.
HSL color Cylindrical-coordinate representation of color #937AE2: hue angle of 254.42º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #937AE2 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 122 | 226 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.11 |
| HSL | 254.42º | 0.64% | 0.68% | - |
| HSV(B) | 254.42º | 0.46% | 0.89% | - |
| XYZ | 32.72 | 25.61 | 75.17 | - |
| YUV | 141.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 226 | 0.35 | 0.46 | 0 | 0.11 | 254.42 | 0.64 | 0.68 |
| Hex | 93 | 7A | E2 | 23 | 2E | 0 | B | FE | 40 | 44 |
| Octal | 223 | 172 | 342 | 43 | 56 | 0 | 13 | 376 | 100 | 104 |
| Binary | 10010011 | 1111010 | 11100010 | 100011 | 101110 | 0 | 1011 | 11111110 | 1000000 | 1000100 |
Color Harmonies of #937AE2
Complementary color
Monochromatic Colors of #937AE2
Black with #937AE2
Text Example
Text Example
White with #937AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AE2; }
p { color: rgb(147,122,226); }
H1.HeaderClassName
{
color: #937AE2;
}
.AnyTagClassName
{
color: #937AE2;
}
</style>
background-color css
<style>
a { background-color: #937AE2; }
a { background-color: rgb(147,122,226); }
div.DivClassName
{
background-color: #937AE2;
}
.BgClassName
{
background-color: #937AE2;
}
</style>
border-color css
<style>
span { border-color: #937AE2; }
span { border-color: rgb(147,122,226); }
td.TdClassName
{
border-color: #937AE2;
}
.TagClassName
{
border-color: #937AE2;
}
</style>