Shades of Medium Purple #937AD8
Tints of Medium Purple #937AD8
RGB
CMYK
RGB Variations
Color information
#937AD8 (or 0x937AD8) is known color: Medium Purple. HEX triplet: 93, 7A and D8. RGB value is (147,122,216). Sum of RGB (Red+Green+Blue) = 147+122+216=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #937AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AD8 is #6C8527. Grayscale: #8B8B8B. Windows color (decimal): -7111976 or 14187155. OLE color: 14187155.
HSL color Cylindrical-coordinate representation of color #937AD8: hue angle of 255.96º degrees, saturation: 0.55, 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 #937AD8 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 122 | 216 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.15 |
| HSL | 255.96º | 0.55% | 0.66% | - |
| HSV(B) | 255.96º | 0.44% | 0.85% | - |
| XYZ | 31.39 | 25.08 | 68.15 | - |
| YUV | 140.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 216 | 0.32 | 0.44 | 0 | 0.15 | 255.96 | 0.55 | 0.66 |
| Hex | 93 | 7A | D8 | 20 | 2C | 0 | F | 100 | 37 | 42 |
| Octal | 223 | 172 | 330 | 40 | 54 | 0 | 17 | 400 | 67 | 102 |
| Binary | 10010011 | 1111010 | 11011000 | 100000 | 101100 | 0 | 1111 | 100000000 | 110111 | 1000010 |
Color Harmonies of #937AD8
Complementary color
Monochromatic Colors of #937AD8
Black with #937AD8
Text Example
Text Example
White with #937AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AD8; }
p { color: rgb(147,122,216); }
H1.HeaderClassName
{
color: #937AD8;
}
.AnyTagClassName
{
color: #937AD8;
}
</style>
background-color css
<style>
a { background-color: #937AD8; }
a { background-color: rgb(147,122,216); }
div.DivClassName
{
background-color: #937AD8;
}
.BgClassName
{
background-color: #937AD8;
}
</style>
border-color css
<style>
span { border-color: #937AD8; }
span { border-color: rgb(147,122,216); }
td.TdClassName
{
border-color: #937AD8;
}
.TagClassName
{
border-color: #937AD8;
}
</style>