#8B467B

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

Shades of Trendy Pink #8B467B

Tints of Trendy Pink #8B467B

Color information

#8B467B (or 0x8B467B) is unknown color: approx Trendy Pink. HEX triplet: 8B, 46 and 7B. RGB value is (139,70,123). Sum of RGB (Red+Green+Blue) = 139+70+123=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B467B is #74B984. Grayscale: #606060. Windows color (decimal): -7649669 or 8078987. OLE color: 8078987.

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

Color convert

RGB13970123-
CMYK00.500.120.45
HSL313.91º33.01%40.98%-
HSV(B)313.91º49.64%54.51%-
XYZ16.4111.320.05-
YUV96.67142.86158.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=41.87%
G=21.08%
B=37.05%

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
Decimal1397012300.500.120.45313.9133.0140.98
Hex8B467B032C2D13a2129
Octal21310617306214554724151
Binary100010111000110111101101100101100101101100111010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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