#8B447C

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

Shades of Trendy Pink #8B447C

Tints of Trendy Pink #8B447C

Color information

#8B447C (or 0x8B447C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 44 and 7C. RGB value is (139,68,124). Sum of RGB (Red+Green+Blue) = 139+68+124=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B447C is #74BB83. Grayscale: #5F5F5F. Windows color (decimal): -7650180 or 8144011. OLE color: 8144011.

HSL color Cylindrical-coordinate representation of color #8B447C: hue angle of 312.68º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B447C is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB13968124-
CMYK00.510.110.45
HSL312.68º34.3%40.59%-
HSV(B)312.68º51.08%54.51%-
XYZ16.3511.0820.35-
YUV95.61144.02158.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=41.99%
G=20.54%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396812400.510.110.45312.6834.340.59
Hex8B447C033B2D1392229
Octal21310417406313554714251
Binary100010111000100111110001100111011101101100111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,124); }

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

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

 a { background-color: rgb(139,68,124); }

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

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

 span { border-color: rgb(139,68,124); }

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