#866090

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

Shades of Trendy Pink #866090

Tints of Trendy Pink #866090

Color information

#866090 (or 0x866090) is unknown color: approx Trendy Pink. HEX triplet: 86, 60 and 90. RGB value is (134,96,144). Sum of RGB (Red+Green+Blue) = 134+96+144=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #866090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866090 is #799F6F. Grayscale: #707070. Windows color (decimal): -7970672 or 9461894. OLE color: 9461894.

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

Color convert

RGB13496144-
CMYK0.070.3300.44
HSL287.5º20%47.06%-
HSV(B)287.5º33.33%56.47%-
XYZ19.0515.4528.36-
YUV112.83145.59143.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=35.83%
G=25.67%
B=38.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134961440.070.3300.44287.52047.06
Hex86609072102C120142f
Octal2061402207410544402457
Binary10000110110000010010000111100001010110010010000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866090; }

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

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

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

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

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

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

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

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