#8C618A

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

Shades of Trendy Pink #8C618A

Tints of Trendy Pink #8C618A

Color information

#8C618A (or 0x8C618A) is unknown color: approx Trendy Pink. HEX triplet: 8C, 61 and 8A. RGB value is (140,97,138). Sum of RGB (Red+Green+Blue) = 140+97+138=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C618A is #739E75. Grayscale: #727272. Windows color (decimal): -7577206 or 9068940. OLE color: 9068940.

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

Color convert

RGB14097138-
CMYK00.310.010.45
HSL302.79º18.14%46.47%-
HSV(B)302.79º30.71%54.9%-
XYZ19.6815.9626.09-
YUV114.53141.25146.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=37.33%
G=25.87%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409713800.310.010.45302.7918.1446.47
Hex8C618A01F12D12f122e
Octal2141412120371554572256
Binary10001100110000110001010011111110110110010111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,97,138); }

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

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

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

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

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

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

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