#8B4282

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

Shades of Trendy Pink #8B4282

Tints of Trendy Pink #8B4282

Color information

#8B4282 (or 0x8B4282) is unknown color: approx Trendy Pink. HEX triplet: 8B, 42 and 82. RGB value is (139,66,130). Sum of RGB (Red+Green+Blue) = 139+66+130=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4282 is #74BD7D. Grayscale: #5E5E5E. Windows color (decimal): -7650686 or 8536715. OLE color: 8536715.

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

Color convert

RGB13966130-
CMYK00.530.060.45
HSL307.4º35.61%40.2%-
HSV(B)307.4º52.52%54.51%-
XYZ16.621122.37-
YUV95.12147.68159.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=41.49%
G=19.70%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396613000.530.060.45307.435.6140.2
Hex8B428203562D1332428
Octal2131022020656554634450
Binary100010111000010100000100110101110101101100110011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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