#8B6084

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

Shades of Trendy Pink #8B6084

Tints of Trendy Pink #8B6084

Color information

#8B6084 (or 0x8B6084) is unknown color: approx Trendy Pink. HEX triplet: 8B, 60 and 84. RGB value is (139,96,132). Sum of RGB (Red+Green+Blue) = 139+96+132=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6084 is #749F7B. Grayscale: #707070. Windows color (decimal): -7643004 or 8675467. OLE color: 8675467.

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

Color convert

RGB13996132-
CMYK00.310.050.45
HSL309.77º18.3%46.08%-
HSV(B)309.77º30.94%54.51%-
XYZ1915.5223.82-
YUV112.96138.75146.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=37.87%
G=26.16%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399613200.310.050.45309.7718.346.08
Hex8B608401F52D136122e
Octal2131402040375554662256
Binary1000101111000001000010001111110110110110011011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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