#8B4A8C

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

Shades of Trendy Pink #8B4A8C

Tints of Trendy Pink #8B4A8C

Color information

#8B4A8C (or 0x8B4A8C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4A and 8C. RGB value is (139,74,140). Sum of RGB (Red+Green+Blue) = 139+74+140=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B4A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4A8C is #74B573. Grayscale: #646464. Windows color (decimal): -7648628 or 9194123. OLE color: 9194123.

HSL color Cylindrical-coordinate representation of color #8B4A8C: hue angle of 299.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4A8C is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13974140-
CMYK0.010.4700.45
HSL299.09º30.84%41.96%-
HSV(B)299.09º47.14%54.9%-
XYZ17.8312.2826.24-
YUV100.96150.03155.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.38%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=39.38%
G=20.96%
B=39.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139741400.010.4700.45299.0930.8441.96
Hex8B4A8C12F02D12b1f2a
Octal2131122141570554533752
Binary100010111001010100011001101111010110110010101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,140); }

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

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

 a { background-color: rgb(139,74,140); }

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

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

 span { border-color: rgb(139,74,140); }

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