#8B467E

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

Shades of Trendy Pink #8B467E

Tints of Trendy Pink #8B467E

Color information

#8B467E (or 0x8B467E) is unknown color: approx Trendy Pink. HEX triplet: 8B, 46 and 7E. RGB value is (139,70,126). Sum of RGB (Red+Green+Blue) = 139+70+126=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B467E is #74B981. Grayscale: #606060. Windows color (decimal): -7649666 or 8275595. OLE color: 8275595.

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

Color convert

RGB13970126-
CMYK00.500.090.45
HSL311.3º33.01%40.98%-
HSV(B)311.3º49.64%54.51%-
XYZ16.611.3821.06-
YUV97.02144.36157.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=41.49%
G=20.90%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397012600.500.090.45311.333.0140.98
Hex8B467E03292D1372129
Octal21310617606211554674151
Binary100010111000110111111001100101001101101100110111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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