#8A498B

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

Shades of Trendy Pink #8A498B

Tints of Trendy Pink #8A498B

Color information

#8A498B (or 0x8A498B) is unknown color: approx Trendy Pink. HEX triplet: 8A, 49 and 8B. RGB value is (138,73,139). Sum of RGB (Red+Green+Blue) = 138+73+139=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A498B is #75B674. Grayscale: #636363. Windows color (decimal): -7714421 or 9128330. OLE color: 9128330.

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

Color convert

RGB13873139-
CMYK0.010.4700.45
HSL299.09º31.13%41.57%-
HSV(B)299.09º47.48%54.51%-
XYZ17.5212.0325.82-
YUV99.96150.03155.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.43%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=39.43%
G=20.86%
B=39.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138731390.010.4700.45299.0931.1341.57
Hex8A498B12F02D12b1f2a
Octal2121112131570554533752
Binary100010101001001100010111101111010110110010101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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