#8381AE

Color #8381AE Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #8381AE

Tints of Grey Suit #8381AE

Color information

#8381AE (or 0x8381AE) is unknown color: approx Grey Suit. HEX triplet: 83, 81 and AE. RGB value is (131,129,174). Sum of RGB (Red+Green+Blue) = 131+129+174=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #8381AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8381AE is #7C7E51. Grayscale: #868686. Windows color (decimal): -8158802 or 11436419. OLE color: 11436419.

HSL color Cylindrical-coordinate representation of color #8381AE: hue angle of 242.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8381AE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131129174-
CMYK0.250.2600.32
HSL242.67º21.74%59.41%-
HSV(B)242.67º25.86%68.24%-
XYZ24.8523.5843.29-
YUV134.73150.16125.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=30.18%
G=29.72%
B=40.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311291740.250.2600.32242.6721.7459.41
Hex8381AE191A020f3163b
Octal20320125631320403632673
Binary100000111000000110101110110011101001000001111001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8381AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8381AE; }

 p { color: rgb(131,129,174); }

 H1.HeaderClassName
 {
   color: #8381AE;
 }
 .AnyTagClassName
 {
   color: #8381AE;
 }
</style>
background-color css

<style>
 a { background-color: #8381AE; }

 a { background-color: rgb(131,129,174); }

 div.DivClassName
 {
   background-color: #8381AE;
 }
 .BgClassName
 {
   background-color: #8381AE;
 }
</style>
border-color css

<style>
 span { border-color: #8381AE; }

 span { border-color: rgb(131,129,174); }

 td.TdClassName
 {
   border-color: #8381AE;
 }
 .TagClassName
 {
   border-color: #8381AE;
 }
</style>