#8B467D

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

Shades of Trendy Pink #8B467D

Tints of Trendy Pink #8B467D

Color information

#8B467D (or 0x8B467D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 46 and 7D. RGB value is (139,70,125). Sum of RGB (Red+Green+Blue) = 139+70+125=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B467D is #74B982. Grayscale: #606060. Windows color (decimal): -7649667 or 8210059. OLE color: 8210059.

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

Color convert

RGB13970125-
CMYK00.500.100.45
HSL312.17º33.01%40.98%-
HSV(B)312.17º49.64%54.51%-
XYZ16.5411.3520.72-
YUV96.9143.86158.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=41.62%
G=20.96%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397012500.500.100.45312.1733.0140.98
Hex8B467D032A2D1382129
Octal21310617506212554704151
Binary100010111000110111110101100101010101101100111000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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