#8B467A

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

Shades of Trendy Pink #8B467A

Tints of Trendy Pink #8B467A

Color information

#8B467A (or 0x8B467A) is unknown color: approx Trendy Pink. HEX triplet: 8B, 46 and 7A. RGB value is (139,70,122). Sum of RGB (Red+Green+Blue) = 139+70+122=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B467A is #74B985. Grayscale: #606060. Windows color (decimal): -7649670 or 8013451. OLE color: 8013451.

HSL color Cylindrical-coordinate representation of color #8B467A: hue angle of 314.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B467A is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB13970122-
CMYK00.500.120.45
HSL314.78º33.01%40.98%-
HSV(B)314.78º49.64%54.51%-
XYZ16.3511.2719.73-
YUV96.56142.36158.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=41.99%
G=21.15%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397012200.500.120.45314.7833.0140.98
Hex8B467A032C2D13b2129
Octal21310617206214554734151
Binary100010111000110111101001100101100101101100111011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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