#8A497D

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

Shades of Trendy Pink #8A497D

Tints of Trendy Pink #8A497D

Color information

#8A497D (or 0x8A497D) is unknown color: approx Trendy Pink. HEX triplet: 8A, 49 and 7D. RGB value is (138,73,125). Sum of RGB (Red+Green+Blue) = 138+73+125=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A497D is #75B682. Grayscale: #626262. Windows color (decimal): -7714435 or 8210826. OLE color: 8210826.

HSL color Cylindrical-coordinate representation of color #8A497D: hue angle of 312º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A497D is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13873125-
CMYK00.470.090.46
HSL312º30.81%41.37%-
HSV(B)312º47.1%54.12%-
XYZ16.5711.6520.78-
YUV98.36143.03156.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.07%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=41.07%
G=21.73%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387312500.470.090.4631230.8141.37
Hex8A497D02F92E1381f29
Octal21211117505711564703751
Binary10001010100100111111010101111100110111010011100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,73,125); }

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

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

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

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

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

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

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