#8B4281

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

Shades of Trendy Pink #8B4281

Tints of Trendy Pink #8B4281

Color information

#8B4281 (or 0x8B4281) is unknown color: approx Trendy Pink. HEX triplet: 8B, 42 and 81. RGB value is (139,66,129). Sum of RGB (Red+Green+Blue) = 139+66+129=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4281 is #74BD7E. Grayscale: #5E5E5E. Windows color (decimal): -7650687 or 8471179. OLE color: 8471179.

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

Color convert

RGB13966129-
CMYK00.530.070.45
HSL308.22º35.61%40.2%-
HSV(B)308.22º52.52%54.51%-
XYZ16.5610.9722.01-
YUV95.01147.18159.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=41.62%
G=19.76%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396612900.530.070.45308.2235.6140.2
Hex8B428103572D1342428
Octal2131022010657554644450
Binary100010111000010100000010110101111101101100110100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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