#8B6C8A

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

Shades of Trendy Pink #8B6C8A

Tints of Trendy Pink #8B6C8A

Color information

#8B6C8A (or 0x8B6C8A) is unknown color: approx Trendy Pink. HEX triplet: 8B, 6C and 8A. RGB value is (139,108,138). Sum of RGB (Red+Green+Blue) = 139+108+138=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6C8A is #749375. Grayscale: #787878. Windows color (decimal): -7639926 or 9071755. OLE color: 9071755.

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

Color convert

RGB139108138-
CMYK00.220.010.45
HSL301.94º12.55%48.43%-
HSV(B)301.94º22.3%54.51%-
XYZ20.618.0526.44-
YUV120.69137.77141.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=36.10%
G=28.05%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910813800.220.010.45301.9412.5548.43
Hex8B6C8A01612D12ed30
Octal2131542120261554561560
Binary1000101111011001000101001011011011011001011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,138); }

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

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

 a { background-color: rgb(139,108,138); }

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

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

 span { border-color: rgb(139,108,138); }

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