#8C6885

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

Shades of Trendy Pink #8C6885

Tints of Trendy Pink #8C6885

Color information

#8C6885 (or 0x8C6885) is unknown color: approx Trendy Pink. HEX triplet: 8C, 68 and 85. RGB value is (140,104,133). Sum of RGB (Red+Green+Blue) = 140+104+133=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6885 is #73977A. Grayscale: #757575. Windows color (decimal): -7575419 or 8743052. OLE color: 8743052.

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

Color convert

RGB140104133-
CMYK00.260.050.45
HSL311.67º14.75%47.84%-
HSV(B)311.67º25.71%54.9%-
XYZ2017.1724.45-
YUV118.07136.43143.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=37.14%
G=27.59%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010413300.260.050.45311.6714.7547.84
Hex8C688501A52D138f30
Octal2141502050325554701760
Binary100011001101000100001010110101011011011001110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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