#8A668C

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

Shades of Trendy Pink #8A668C

Tints of Trendy Pink #8A668C

Color information

#8A668C (or 0x8A668C) is unknown color: approx Trendy Pink. HEX triplet: 8A, 66 and 8C. RGB value is (138,102,140). Sum of RGB (Red+Green+Blue) = 138+102+140=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A668C is #759973. Grayscale: #747474. Windows color (decimal): -7706996 or 9201290. OLE color: 9201290.

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

Color convert

RGB138102140-
CMYK0.010.2700.45
HSL296.84º15.7%47.45%-
HSV(B)296.84º27.14%54.9%-
XYZ19.9716.827-
YUV117.1140.93142.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.32%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=36.32%
G=26.84%
B=36.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381021400.010.2700.45296.8415.747.45
Hex8A668C11B02D129102f
Octal2121462141330554512057
Binary10001010110011010001100111011010110110010100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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