#8B6083

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

Shades of Trendy Pink #8B6083

Tints of Trendy Pink #8B6083

Color information

#8B6083 (or 0x8B6083) is unknown color: approx Trendy Pink. HEX triplet: 8B, 60 and 83. RGB value is (139,96,131). Sum of RGB (Red+Green+Blue) = 139+96+131=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6083 is #749F7C. Grayscale: #707070. Windows color (decimal): -7643005 or 8609931. OLE color: 8609931.

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

Color convert

RGB13996131-
CMYK00.310.060.45
HSL311.16º18.3%46.08%-
HSV(B)311.16º30.94%54.51%-
XYZ18.9315.4923.47-
YUV112.85138.25146.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 131 (51.56% from 255) = 35.79%
R=37.98%
G=26.23%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399613100.310.060.45311.1618.346.08
Hex8B608301F62D137122e
Octal2131402030376554672256
Binary1000101111000001000001101111111010110110011011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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