#8B5081

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

Shades of Trendy Pink #8B5081

Tints of Trendy Pink #8B5081

Color information

#8B5081 (or 0x8B5081) is unknown color: approx Trendy Pink. HEX triplet: 8B, 50 and 81. RGB value is (139,80,129). Sum of RGB (Red+Green+Blue) = 139+80+129=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5081 is #74AF7E. Grayscale: #676767. Windows color (decimal): -7647103 or 8474763. OLE color: 8474763.

HSL color Cylindrical-coordinate representation of color #8B5081: hue angle of 310.17º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5081 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB13980129-
CMYK00.420.070.45
HSL310.17º26.94%42.94%-
HSV(B)310.17º42.45%54.51%-
XYZ17.4812.8122.32-
YUV103.23142.55153.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 129 (50.78% from 255) = 37.07%
R=39.94%
G=22.99%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398012900.420.070.45310.1726.9442.94
Hex8B508102A72D1361b2b
Octal2131202010527554663353
Binary10001011101000010000001010101011110110110011011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,129); }

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

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

 a { background-color: rgb(139,80,129); }

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

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

 span { border-color: rgb(139,80,129); }

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