#8B498B

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

Shades of Trendy Pink #8B498B

Tints of Trendy Pink #8B498B

Color information

#8B498B (or 0x8B498B) is unknown color: approx Trendy Pink. HEX triplet: 8B, 49 and 8B. RGB value is (139,73,139). Sum of RGB (Red+Green+Blue) = 139+73+139=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B498B is #74B674. Grayscale: #646464. Windows color (decimal): -7648885 or 9128331. OLE color: 9128331.

HSL color Cylindrical-coordinate representation of color #8B498B: hue angle of 300º 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 #8B498B is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13973139-
CMYK00.4700.45
HSL300º31.13%41.57%-
HSV(B)300º47.48%54.51%-
XYZ17.6912.1225.83-
YUV100.26149.87155.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=39.60%
G=20.80%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397313900.4700.4530031.1341.57
Hex8B498B02F02D12c1f2a
Octal2131112130570554543752
Binary100010111001001100010110101111010110110010110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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