#8a4d8e

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

Shades of Trendy Pink #8A4D8E

Tints of Trendy Pink #8A4D8E

Color information

#8A4D8E (or 0x8A4D8E) is unknown color: approx Trendy Pink. HEX triplet: 8A, 4D and 8E. RGB value is (138,77,142). Sum of RGB (Red+Green+Blue) = 138+77+142=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A4D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4D8E is #75B271. Grayscale: #666666. Windows color (decimal): -7713394 or 9325962. OLE color: 9325962.

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

Color convert

RGB13877142-
CMYK0.030.4600.44
HSL296.31º29.68%42.94%-
HSV(B)296.31º45.77%55.69%-
XYZ18.0212.6627.09-
YUV102.65150.21153.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=38.66%
G=21.57%
B=39.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138771420.030.4600.44296.3129.6842.94
Hex8A4D8E32E02C1281e2b
Octal2121152163560544503653
Binary1000101010011011000111011101110010110010010100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a4d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,142); }

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

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

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

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

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

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

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