#8C608A

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

Shades of Trendy Pink #8C608A

Tints of Trendy Pink #8C608A

Color information

#8C608A (or 0x8C608A) is unknown color: approx Trendy Pink. HEX triplet: 8C, 60 and 8A. RGB value is (140,96,138). Sum of RGB (Red+Green+Blue) = 140+96+138=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C608A is #739F75. Grayscale: #717171. Windows color (decimal): -7577462 or 9068684. OLE color: 9068684.

HSL color Cylindrical-coordinate representation of color #8C608A: hue angle of 302.73º degrees, saturation: 0.19, 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 #8C608A is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14096138-
CMYK00.310.010.45
HSL302.73º18.64%46.27%-
HSV(B)302.73º31.43%54.9%-
XYZ19.5915.7826.06-
YUV113.94141.58146.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=37.43%
G=25.67%
B=36.90%

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
Decimal1409613800.310.010.45302.7318.6446.27
Hex8C608A01F12D12f132e
Octal2141402120371554572356
Binary10001100110000010001010011111110110110010111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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