#8B427F

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

Shades of Trendy Pink #8B427F

Tints of Trendy Pink #8B427F

Color information

#8B427F (or 0x8B427F) is unknown color: approx Trendy Pink. HEX triplet: 8B, 42 and 7F. RGB value is (139,66,127). Sum of RGB (Red+Green+Blue) = 139+66+127=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B427F is #74BD80. Grayscale: #5E5E5E. Windows color (decimal): -7650689 or 8340107. OLE color: 8340107.

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

Color convert

RGB13966127-
CMYK00.530.090.45
HSL309.86º35.61%40.2%-
HSV(B)309.86º52.52%54.51%-
XYZ16.4310.9221.32-
YUV94.78146.18159.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 127 (50% from 255) = 38.25%
R=41.87%
G=19.88%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396612700.530.090.45309.8635.6140.2
Hex8B427F03592D1362428
Octal21310217706511554664450
Binary100010111000010111111101101011001101101100110110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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