#8A5486

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

Shades of Trendy Pink #8A5486

Tints of Trendy Pink #8A5486

Color information

#8A5486 (or 0x8A5486) is unknown color: approx Trendy Pink. HEX triplet: 8A, 54 and 86. RGB value is (138,84,134). Sum of RGB (Red+Green+Blue) = 138+84+134=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5486 is #75AB79. Grayscale: #696969. Windows color (decimal): -7711610 or 8803466. OLE color: 8803466.

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

Color convert

RGB13884134-
CMYK00.390.030.46
HSL304.44º24.32%43.53%-
HSV(B)304.44º39.13%54.12%-
XYZ17.9513.4724.21-
YUV105.85143.89150.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.76%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 134 (52.73% from 255) = 37.64%
R=38.76%
G=23.60%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388413400.390.030.46304.4424.3243.53
Hex8A548602732E130182c
Octal2121242060473564603054
Binary1000101010101001000011001001111110111010011000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,84,134); }

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

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

 a { background-color: rgb(138,84,134); }

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

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

 span { border-color: rgb(138,84,134); }

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