#8A598A

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

Shades of Trendy Pink #8A598A

Tints of Trendy Pink #8A598A

Color information

#8A598A (or 0x8A598A) is unknown color: approx Trendy Pink. HEX triplet: 8A, 59 and 8A. RGB value is (138,89,138). Sum of RGB (Red+Green+Blue) = 138+89+138=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A598A is #75A675. Grayscale: #6D6D6D. Windows color (decimal): -7710326 or 9066890. OLE color: 9066890.

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

Color convert

RGB13889138-
CMYK00.3600.46
HSL300º21.59%44.51%-
HSV(B)300º35.51%54.12%-
XYZ18.6414.3825.84-
YUV109.24144.23148.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=37.81%
G=24.38%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388913800.3600.4630021.5944.51
Hex8A598A02402E12c162d
Octal2121312120440564542655
Binary100010101011001100010100100100010111010010110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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