#8A6188

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

Shades of Trendy Pink #8A6188

Tints of Trendy Pink #8A6188

Color information

#8A6188 (or 0x8A6188) is unknown color: approx Trendy Pink. HEX triplet: 8A, 61 and 88. RGB value is (138,97,136). Sum of RGB (Red+Green+Blue) = 138+97+136=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6188 is #759E77. Grayscale: #717171. Windows color (decimal): -7708280 or 8937866. OLE color: 8937866.

HSL color Cylindrical-coordinate representation of color #8A6188: hue angle of 302.93º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6188 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13897136-
CMYK00.300.010.46
HSL302.93º17.45%46.08%-
HSV(B)302.93º29.71%54.12%-
XYZ19.215.7325.32-
YUV113.7140.58145.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.20%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=37.20%
G=26.15%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389713600.300.010.46302.9317.4546.08
Hex8A618801E12E12f112e
Octal2121412100361564572156
Binary10001010110000110001000011110110111010010111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,97,136); }

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

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

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

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

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

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

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