#8B507A

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

Shades of Trendy Pink #8B507A

Tints of Trendy Pink #8B507A

Color information

#8B507A (or 0x8B507A) is unknown color: approx Trendy Pink. HEX triplet: 8B, 50 and 7A. RGB value is (139,80,122). Sum of RGB (Red+Green+Blue) = 139+80+122=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B507A is #74AF85. Grayscale: #666666. Windows color (decimal): -7647110 or 8016011. OLE color: 8016011.

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

Color convert

RGB13980122-
CMYK00.420.120.45
HSL317.29º26.94%42.94%-
HSV(B)317.29º42.45%54.51%-
XYZ17.0312.6319.95-
YUV102.43139.05154.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=40.76%
G=23.46%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398012200.420.120.45317.2926.9442.94
Hex8B507A02AC2D13d1b2b
Octal21312017205214554753353
Binary10001011101000011110100101010110010110110011110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,122); }

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

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

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

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

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

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

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