#8B6085

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

Shades of Trendy Pink #8B6085

Tints of Trendy Pink #8B6085

Color information

#8B6085 (or 0x8B6085) is unknown color: approx Trendy Pink. HEX triplet: 8B, 60 and 85. RGB value is (139,96,133). Sum of RGB (Red+Green+Blue) = 139+96+133=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6085 is #749F7A. Grayscale: #707070. Windows color (decimal): -7643003 or 8741003. OLE color: 8741003.

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

Color convert

RGB13996133-
CMYK00.310.040.45
HSL308.37º18.3%46.08%-
HSV(B)308.37º30.94%54.51%-
XYZ19.0615.5524.19-
YUV113.08139.25146.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=37.77%
G=26.09%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399613300.310.040.45308.3718.346.08
Hex8B608501F42D134122e
Octal2131402050374554642256
Binary1000101111000001000010101111110010110110011010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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