#8B6884

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

Shades of Trendy Pink #8B6884

Tints of Trendy Pink #8B6884

Color information

#8B6884 (or 0x8B6884) is unknown color: approx Trendy Pink. HEX triplet: 8B, 68 and 84. RGB value is (139,104,132). Sum of RGB (Red+Green+Blue) = 139+104+132=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6884 is #74977B. Grayscale: #757575. Windows color (decimal): -7640956 or 8677515. OLE color: 8677515.

HSL color Cylindrical-coordinate representation of color #8B6884: hue angle of 312º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B6884 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB139104132-
CMYK00.250.050.45
HSL312º14.4%47.65%-
HSV(B)312º25.18%54.51%-
XYZ19.7617.0624.08-
YUV117.66136.1143.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=37.07%
G=27.73%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910413200.250.050.4531214.447.65
Hex8B688401952D138e30
Octal2131502040315554701660
Binary100010111101000100001000110011011011011001110001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,132); }

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

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

 a { background-color: rgb(139,104,132); }

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

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

 span { border-color: rgb(139,104,132); }

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