Shades of Grey Suit #938DAD
Tints of Grey Suit #938DAD
RGB
CMYK
RGB Variations
Color information
#938DAD (or 0x938DAD) is known color: Grey Suit. HEX triplet: 93, 8D and AD. RGB value is (147,141,173). Sum of RGB (Red+Green+Blue) = 147+141+173=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #938DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938DAD is #6C7252. Grayscale: #929292. Windows color (decimal): -7107155 or 11373971. OLE color: 11373971.
HSL color Cylindrical-coordinate representation of color #938DAD: hue angle of 251.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #938DAD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 141 | 173 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.32 |
| HSL | 251.25º | 0.16% | 0.62% | - |
| HSV(B) | 251.25º | 0.18% | 0.68% | - |
| XYZ | 29.1 | 28.27 | 43.46 | - |
| YUV | 146.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 173 | 0.15 | 0.18 | 0 | 0.32 | 251.25 | 0.16 | 0.62 |
| Hex | 93 | 8D | AD | F | 12 | 0 | 20 | FB | 10 | 3E |
| Octal | 223 | 215 | 255 | 17 | 22 | 0 | 40 | 373 | 20 | 76 |
| Binary | 10010011 | 10001101 | 10101101 | 1111 | 10010 | 0 | 100000 | 11111011 | 10000 | 111110 |
Color Harmonies of #938DAD
Complementary color
Monochromatic Colors of #938DAD
Black with #938DAD
Text Example
Text Example
White with #938DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DAD; }
p { color: rgb(147,141,173); }
H1.HeaderClassName
{
color: #938DAD;
}
.AnyTagClassName
{
color: #938DAD;
}
</style>
background-color css
<style>
a { background-color: #938DAD; }
a { background-color: rgb(147,141,173); }
div.DivClassName
{
background-color: #938DAD;
}
.BgClassName
{
background-color: #938DAD;
}
</style>
border-color css
<style>
span { border-color: #938DAD; }
span { border-color: rgb(147,141,173); }
td.TdClassName
{
border-color: #938DAD;
}
.TagClassName
{
border-color: #938DAD;
}
</style>