Shades of Grey Suit #948BAD
Tints of Grey Suit #948BAD
RGB
CMYK
RGB Variations
Color information
#948BAD (or 0x948BAD) is known color: Grey Suit. HEX triplet: 94, 8B and AD. RGB value is (148,139,173). Sum of RGB (Red+Green+Blue) = 148+139+173=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #948BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BAD is #6B7452. Grayscale: #919191. Windows color (decimal): -7042131 or 11373460. OLE color: 11373460.
HSL color Cylindrical-coordinate representation of color #948BAD: hue angle of 255.88º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948BAD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 139 | 173 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.32 |
| HSL | 255.88º | 0.17% | 0.61% | - |
| HSV(B) | 255.88º | 0.2% | 0.68% | - |
| XYZ | 28.99 | 27.78 | 43.37 | - |
| YUV | 145.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 173 | 0.14 | 0.20 | 0 | 0.32 | 255.88 | 0.17 | 0.61 |
| Hex | 94 | 8B | AD | E | 14 | 0 | 20 | 100 | 11 | 3D |
| Octal | 224 | 213 | 255 | 16 | 24 | 0 | 40 | 400 | 21 | 75 |
| Binary | 10010100 | 10001011 | 10101101 | 1110 | 10100 | 0 | 100000 | 100000000 | 10001 | 111101 |
Color Harmonies of #948BAD
Complementary color
Monochromatic Colors of #948BAD
Black with #948BAD
Text Example
Text Example
White with #948BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BAD; }
p { color: rgb(148,139,173); }
H1.HeaderClassName
{
color: #948BAD;
}
.AnyTagClassName
{
color: #948BAD;
}
</style>
background-color css
<style>
a { background-color: #948BAD; }
a { background-color: rgb(148,139,173); }
div.DivClassName
{
background-color: #948BAD;
}
.BgClassName
{
background-color: #948BAD;
}
</style>
border-color css
<style>
span { border-color: #948BAD; }
span { border-color: rgb(148,139,173); }
td.TdClassName
{
border-color: #948BAD;
}
.TagClassName
{
border-color: #948BAD;
}
</style>