#8A598C

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

Shades of Trendy Pink #8A598C

Tints of Trendy Pink #8A598C

Color information

#8A598C (or 0x8A598C) is unknown color: approx Trendy Pink. HEX triplet: 8A, 59 and 8C. RGB value is (138,89,140). Sum of RGB (Red+Green+Blue) = 138+89+140=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A598C is #75A673. Grayscale: #6D6D6D. Windows color (decimal): -7710324 or 9197962. OLE color: 9197962.

HSL color Cylindrical-coordinate representation of color #8A598C: hue angle of 297.65º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A598C is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13889140-
CMYK0.010.3600.45
HSL297.65º22.27%44.9%-
HSV(B)297.65º36.43%54.9%-
XYZ18.7914.4426.61-
YUV109.46145.23148.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=37.60%
G=24.25%
B=38.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138891400.010.3600.45297.6522.2744.9
Hex8A598C12402D12a162d
Octal2121312141440554522655
Binary100010101011001100011001100100010110110010101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,89,140); }

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

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

 a { background-color: rgb(138,89,140); }

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

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

 span { border-color: rgb(138,89,140); }

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