#8A538A

Color #8A538A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8A538A

Tints of Trendy Pink #8A538A

Color information

#8A538A (or 0x8A538A) is unknown color: approx Trendy Pink. HEX triplet: 8A, 53 and 8A. RGB value is (138,83,138). Sum of RGB (Red+Green+Blue) = 138+83+138=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A538A is #75AC75. Grayscale: #696969. Windows color (decimal): -7711862 or 9065354. OLE color: 9065354.

HSL color Cylindrical-coordinate representation of color #8A538A: hue angle of 300º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A538A is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13883138-
CMYK00.4000.46
HSL300º24.89%43.33%-
HSV(B)300º39.86%54.12%-
XYZ18.1613.4225.68-
YUV105.72146.22151.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=38.44%
G=23.12%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388313800.4000.4630024.8943.33
Hex8A538A02802E12c192b
Octal2121232120500564543153
Binary100010101010011100010100101000010111010010110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A538A; }

 p { color: rgb(138,83,138); }

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

<style>
 a { background-color: #8A538A; }

 a { background-color: rgb(138,83,138); }

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

<style>
 span { border-color: #8A538A; }

 span { border-color: rgb(138,83,138); }

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