Shades of Medium Purple #937ADC
Tints of Medium Purple #937ADC
RGB
CMYK
RGB Variations
Color information
#937ADC (or 0x937ADC) is known color: Medium Purple. HEX triplet: 93, 7A and DC. RGB value is (147,122,220). Sum of RGB (Red+Green+Blue) = 147+122+220=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #937ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ADC is #6C8523. Grayscale: #8C8C8C. Windows color (decimal): -7111972 or 14449299. OLE color: 14449299.
HSL color Cylindrical-coordinate representation of color #937ADC: hue angle of 255.31º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #937ADC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 122 | 220 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.14 |
| HSL | 255.31º | 0.58% | 0.67% | - |
| HSV(B) | 255.31º | 0.45% | 0.86% | - |
| XYZ | 31.91 | 25.29 | 70.91 | - |
| YUV | 140.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 220 | 0.33 | 0.45 | 0 | 0.14 | 255.31 | 0.58 | 0.67 |
| Hex | 93 | 7A | DC | 21 | 2D | 0 | E | FF | 3A | 43 |
| Octal | 223 | 172 | 334 | 41 | 55 | 0 | 16 | 377 | 72 | 103 |
| Binary | 10010011 | 1111010 | 11011100 | 100001 | 101101 | 0 | 1110 | 11111111 | 111010 | 1000011 |
Color Harmonies of #937ADC
Complementary color
Monochromatic Colors of #937ADC
Black with #937ADC
Text Example
Text Example
White with #937ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ADC; }
p { color: rgb(147,122,220); }
H1.HeaderClassName
{
color: #937ADC;
}
.AnyTagClassName
{
color: #937ADC;
}
</style>
background-color css
<style>
a { background-color: #937ADC; }
a { background-color: rgb(147,122,220); }
div.DivClassName
{
background-color: #937ADC;
}
.BgClassName
{
background-color: #937ADC;
}
</style>
border-color css
<style>
span { border-color: #937ADC; }
span { border-color: rgb(147,122,220); }
td.TdClassName
{
border-color: #937ADC;
}
.TagClassName
{
border-color: #937ADC;
}
</style>