#8B6E8C

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

Shades of Trendy Pink #8B6E8C

Tints of Trendy Pink #8B6E8C

Color information

#8B6E8C (or 0x8B6E8C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 6E and 8C. RGB value is (139,110,140). Sum of RGB (Red+Green+Blue) = 139+110+140=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B6E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6E8C is #749173. Grayscale: #7A7A7A. Windows color (decimal): -7639412 or 9203339. OLE color: 9203339.

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

Color convert

RGB139110140-
CMYK0.010.2100.45
HSL298º12%49.02%-
HSV(B)298º21.43%54.9%-
XYZ20.9618.5327.28-
YUV122.09138.11140.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=35.73%
G=28.28%
B=35.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391101400.010.2100.452981249.02
Hex8B6E8C11502D12ac31
Octal2131562141250554521461
Binary1000101111011101000110011010101011011001010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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