#8B6885

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

Shades of Trendy Pink #8B6885

Tints of Trendy Pink #8B6885

Color information

#8B6885 (or 0x8B6885) is unknown color: approx Trendy Pink. HEX triplet: 8B, 68 and 85. RGB value is (139,104,133). Sum of RGB (Red+Green+Blue) = 139+104+133=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6885 is #74977A. Grayscale: #757575. Windows color (decimal): -7640955 or 8743051. OLE color: 8743051.

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

Color convert

RGB139104133-
CMYK00.250.040.45
HSL310.29º14.4%47.65%-
HSV(B)310.29º25.18%54.51%-
XYZ19.8317.0824.44-
YUV117.77136.6143.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=36.97%
G=27.66%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910413300.250.040.45310.2914.447.65
Hex8B688501942D136e30
Octal2131502050314554661660
Binary100010111101000100001010110011001011011001101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,133); }

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

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

 a { background-color: rgb(139,104,133); }

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

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

 span { border-color: rgb(139,104,133); }

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