#8A6790

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

Shades of Trendy Pink #8A6790

Tints of Trendy Pink #8A6790

Color information

#8A6790 (or 0x8A6790) is unknown color: approx Trendy Pink. HEX triplet: 8A, 67 and 90. RGB value is (138,103,144). Sum of RGB (Red+Green+Blue) = 138+103+144=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A6790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6790 is #75986F. Grayscale: #767676. Windows color (decimal): -7706736 or 9463690. OLE color: 9463690.

HSL color Cylindrical-coordinate representation of color #8A6790: hue angle of 291.22º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A6790 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB138103144-
CMYK0.040.2800.44
HSL291.22º16.6%48.43%-
HSV(B)291.22º28.47%56.47%-
XYZ20.3717.1228.62-
YUV118.14142.6142.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=35.84%
G=26.75%
B=37.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381031440.040.2800.44291.2216.648.43
Hex8A679041C02C1231130
Octal2121472204340544432160
Binary1000101011001111001000010011100010110010010001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,103,144); }

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

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

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

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

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

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

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