#8381A4

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

Shades of Grey Suit #8381A4

Tints of Grey Suit #8381A4

Color information

#8381A4 (or 0x8381A4) is unknown color: approx Grey Suit. HEX triplet: 83, 81 and A4. RGB value is (131,129,164). Sum of RGB (Red+Green+Blue) = 131+129+164=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 164 - color contains mainly: blue. Hex color #8381A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8381A4 is #7C7E5B. Grayscale: #858585. Windows color (decimal): -8158812 or 10781059. OLE color: 10781059.

HSL color Cylindrical-coordinate representation of color #8381A4: hue angle of 243.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8381A4 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB131129164-
CMYK0.200.2100.36
HSL243.43º16.13%57.45%-
HSV(B)243.43º21.34%64.31%-
XYZ23.9123.2138.34-
YUV133.59145.16126.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.90%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=30.90%
G=30.42%
B=38.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311291640.200.2100.36243.4316.1357.45
Hex8381A41415024f31039
Octal20320124424250443632071
Binary100000111000000110100100101001010101001001111001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8381A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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