Shades of Medium Purple #937AD6
Tints of Medium Purple #937AD6
RGB
CMYK
RGB Variations
Color information
#937AD6 (or 0x937AD6) is known color: Medium Purple. HEX triplet: 93, 7A and D6. RGB value is (147,122,214). Sum of RGB (Red+Green+Blue) = 147+122+214=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #937AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AD6 is #6C8529. Grayscale: #8B8B8B. Windows color (decimal): -7111978 or 14056083. OLE color: 14056083.
HSL color Cylindrical-coordinate representation of color #937AD6: hue angle of 256.3º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #937AD6 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 122 | 214 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.16 |
| HSL | 256.3º | 0.53% | 0.66% | - |
| HSV(B) | 256.3º | 0.43% | 0.84% | - |
| XYZ | 31.13 | 24.98 | 66.8 | - |
| YUV | 139.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 214 | 0.31 | 0.43 | 0 | 0.16 | 256.3 | 0.53 | 0.66 |
| Hex | 93 | 7A | D6 | 1F | 2B | 0 | 10 | 100 | 35 | 42 |
| Octal | 223 | 172 | 326 | 37 | 53 | 0 | 20 | 400 | 65 | 102 |
| Binary | 10010011 | 1111010 | 11010110 | 11111 | 101011 | 0 | 10000 | 100000000 | 110101 | 1000010 |
Color Harmonies of #937AD6
Complementary color
Monochromatic Colors of #937AD6
Black with #937AD6
Text Example
Text Example
White with #937AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AD6; }
p { color: rgb(147,122,214); }
H1.HeaderClassName
{
color: #937AD6;
}
.AnyTagClassName
{
color: #937AD6;
}
</style>
background-color css
<style>
a { background-color: #937AD6; }
a { background-color: rgb(147,122,214); }
div.DivClassName
{
background-color: #937AD6;
}
.BgClassName
{
background-color: #937AD6;
}
</style>
border-color css
<style>
span { border-color: #937AD6; }
span { border-color: rgb(147,122,214); }
td.TdClassName
{
border-color: #937AD6;
}
.TagClassName
{
border-color: #937AD6;
}
</style>