#866089

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

Shades of Trendy Pink #866089

Tints of Trendy Pink #866089

Color information

#866089 (or 0x866089) is unknown color: approx Trendy Pink. HEX triplet: 86, 60 and 89. RGB value is (134,96,137). Sum of RGB (Red+Green+Blue) = 134+96+137=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 137 - color contains mainly: blue. Hex color #866089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866089 is #799F76. Grayscale: #6F6F6F. Windows color (decimal): -7970679 or 9003142. OLE color: 9003142.

HSL color Cylindrical-coordinate representation of color #866089: hue angle of 295.61º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #866089 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13496137-
CMYK0.020.3000.46
HSL295.61º17.6%45.69%-
HSV(B)295.61º29.93%53.73%-
XYZ18.5315.2425.63-
YUV112.04142.09143.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 137 (53.91% from 255) = 37.33%
R=36.51%
G=26.16%
B=37.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134961370.020.3000.46295.6117.645.69
Hex86608921E02E128122e
Octal2061402112360564502256
Binary100001101100000100010011011110010111010010100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866089; }

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

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

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

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

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

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

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

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