#866690

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

Shades of Trendy Pink #866690

Tints of Trendy Pink #866690

Color information

#866690 (or 0x866690) is unknown color: approx Trendy Pink. HEX triplet: 86, 66 and 90. RGB value is (134,102,144). Sum of RGB (Red+Green+Blue) = 134+102+144=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #866690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866690 is #79996F. Grayscale: #747474. Windows color (decimal): -7969136 or 9463430. OLE color: 9463430.

HSL color Cylindrical-coordinate representation of color #866690: hue angle of 285.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #866690 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134102144-
CMYK0.070.2900.44
HSL285.71º17.07%48.24%-
HSV(B)285.71º29.17%56.47%-
XYZ19.6216.5828.55-
YUV116.36143.6140.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=35.26%
G=26.84%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341021440.070.2900.44285.7117.0748.24
Hex86669071D02C11e1130
Octal2061462207350544362160
Binary1000011011001101001000011111101010110010001111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866690; }

 p { color: rgb(134,102,144); }

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

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

 a { background-color: rgb(134,102,144); }

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

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

 span { border-color: rgb(134,102,144); }

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