Shades of Grey Suit #8381AA
Tints of Grey Suit #8381AA
RGB
CMYK
RGB Variations
Color information
#8381AA (or 0x8381AA) is known color: Grey Suit. HEX triplet: 83, 81 and AA. RGB value is (131,129,170). Sum of RGB (Red+Green+Blue) = 131+129+170=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #8381AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8381AA is #7C7E55. Grayscale: #868686. Windows color (decimal): -8158806 or 11174275. OLE color: 11174275.
HSL color Cylindrical-coordinate representation of color #8381AA: hue angle of 242.93º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8381AA is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 129 | 170 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.33 |
| HSL | 242.93º | 0.19% | 0.59% | - |
| HSV(B) | 242.93º | 0.24% | 0.67% | - |
| XYZ | 24.47 | 23.43 | 41.26 | - |
| YUV | 134.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 170 | 0.23 | 0.24 | 0 | 0.33 | 242.93 | 0.19 | 0.59 |
| Hex | 83 | 81 | AA | 17 | 18 | 0 | 21 | F3 | 13 | 3B |
| Octal | 203 | 201 | 252 | 27 | 30 | 0 | 41 | 363 | 23 | 73 |
| Binary | 10000011 | 10000001 | 10101010 | 10111 | 11000 | 0 | 100001 | 11110011 | 10011 | 111011 |
Color Harmonies of #8381AA
Complementary color
Monochromatic Colors of #8381AA
Black with #8381AA
Text Example
Text Example
White with #8381AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8381AA; }
p { color: rgb(131,129,170); }
H1.HeaderClassName
{
color: #8381AA;
}
.AnyTagClassName
{
color: #8381AA;
}
</style>
background-color css
<style>
a { background-color: #8381AA; }
a { background-color: rgb(131,129,170); }
div.DivClassName
{
background-color: #8381AA;
}
.BgClassName
{
background-color: #8381AA;
}
</style>
border-color css
<style>
span { border-color: #8381AA; }
span { border-color: rgb(131,129,170); }
td.TdClassName
{
border-color: #8381AA;
}
.TagClassName
{
border-color: #8381AA;
}
</style>