#8A6689

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

Shades of Trendy Pink #8A6689

Tints of Trendy Pink #8A6689

Color information

#8A6689 (or 0x8A6689) is unknown color: approx Trendy Pink. HEX triplet: 8A, 66 and 89. RGB value is (138,102,137). Sum of RGB (Red+Green+Blue) = 138+102+137=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6689 is #759976. Grayscale: #747474. Windows color (decimal): -7706999 or 9004682. OLE color: 9004682.

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

Color convert

RGB138102137-
CMYK00.260.010.46
HSL301.67º15%47.06%-
HSV(B)301.67º26.09%54.12%-
XYZ19.7516.7125.85-
YUV116.75139.43143.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=36.60%
G=27.06%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810213700.260.010.46301.671547.06
Hex8A668901A12E12ef2f
Octal2121462110321564561757
Binary1000101011001101000100101101011011101001011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,137); }

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

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

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

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

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

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

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