#8B4678

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

Shades of Trendy Pink #8B4678

Tints of Trendy Pink #8B4678

Color information

#8B4678 (or 0x8B4678) is unknown color: approx Trendy Pink. HEX triplet: 8B, 46 and 78. RGB value is (139,70,120). Sum of RGB (Red+Green+Blue) = 139+70+120=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4678 is #74B987. Grayscale: #606060. Windows color (decimal): -7649672 or 7882379. OLE color: 7882379.

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

Color convert

RGB13970120-
CMYK00.500.140.45
HSL316.52º33.01%40.98%-
HSV(B)316.52º49.64%54.51%-
XYZ16.2311.2319.08-
YUV96.33141.36158.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=42.25%
G=21.28%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397012000.500.140.45316.5233.0140.98
Hex8B4678032E2D13d2129
Octal21310617006216554754151
Binary100010111000110111100001100101110101101100111101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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