#8B4D8E

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

Shades of Trendy Pink #8B4D8E

Tints of Trendy Pink #8B4D8E

Color information

#8B4D8E (or 0x8B4D8E) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4D and 8E. RGB value is (139,77,142). Sum of RGB (Red+Green+Blue) = 139+77+142=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B4D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4D8E is #74B271. Grayscale: #666666. Windows color (decimal): -7647858 or 9325963. OLE color: 9325963.

HSL color Cylindrical-coordinate representation of color #8B4D8E: hue angle of 297.23º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B4D8E is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13977142-
CMYK0.020.4600.44
HSL297.23º29.68%42.94%-
HSV(B)297.23º45.77%55.69%-
XYZ18.1812.7527.09-
YUV102.95150.04153.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=38.83%
G=21.51%
B=39.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139771420.020.4600.44297.2329.6842.94
Hex8B4D8E22E02C1291e2b
Octal2131152162560544513653
Binary1000101110011011000111010101110010110010010100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,142); }

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

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

 a { background-color: rgb(139,77,142); }

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

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

 span { border-color: rgb(139,77,142); }

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