#8A4E90

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

Shades of Trendy Pink #8A4E90

Tints of Trendy Pink #8A4E90

Color information

#8A4E90 (or 0x8A4E90) is unknown color: approx Trendy Pink. HEX triplet: 8A, 4E and 90. RGB value is (138,78,144). Sum of RGB (Red+Green+Blue) = 138+78+144=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A4E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4E90 is #75B16F. Grayscale: #676767. Windows color (decimal): -7713136 or 9457290. OLE color: 9457290.

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

Color convert

RGB13878144-
CMYK0.040.4600.44
HSL294.55º29.73%43.53%-
HSV(B)294.55º45.83%56.47%-
XYZ18.2412.8727.91-
YUV103.46150.88152.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 144 (56.64% from 255) = 40%
R=38.33%
G=21.67%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138781440.040.4600.44294.5529.7343.53
Hex8A4E9042E02C1271e2c
Octal2121162204560544473654
Binary10001010100111010010000100101110010110010010011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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