#8c508c

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

Shades of Trendy Pink #8C508C

Tints of Trendy Pink #8C508C

Color information

#8C508C (or 0x8C508C) is unknown color: approx Trendy Pink. HEX triplet: 8C, 50 and 8C. RGB value is (140,80,140). Sum of RGB (Red+Green+Blue) = 140+80+140=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C508C is #73AF73. Grayscale: #686868. Windows color (decimal): -7581556 or 9195660. OLE color: 9195660.

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

Color convert

RGB14080140-
CMYK00.4300.45
HSL300º27.27%43.14%-
HSV(B)300º42.86%54.9%-
XYZ18.4213.2126.39-
YUV104.78147.88153.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=38.89%
G=22.22%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408014000.4300.4530027.2743.14
Hex8C508C02B02D12c1b2b
Octal2141202140530554543353
Binary100011001010000100011000101011010110110010110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c508c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,80,140); }

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

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

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

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

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

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

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