#886990

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

Shades of Trendy Pink #886990

Tints of Trendy Pink #886990

Color information

#886990 (or 0x886990) is unknown color: approx Trendy Pink. HEX triplet: 88, 69 and 90. RGB value is (136,105,144). Sum of RGB (Red+Green+Blue) = 136+105+144=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #886990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886990 is #77966F. Grayscale: #767676. Windows color (decimal): -7837296 or 9464200. OLE color: 9464200.

HSL color Cylindrical-coordinate representation of color #886990: hue angle of 287.69º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886990 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136105144-
CMYK0.060.2700.44
HSL287.69º15.66%48.82%-
HSV(B)287.69º27.08%56.47%-
XYZ20.2417.3528.67-
YUV118.72142.27140.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=35.32%
G=27.27%
B=37.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361051440.060.2700.44287.6915.6648.82
Hex88699061B02C1201031
Octal2101512206330544402061
Binary1000100011010011001000011011011010110010010000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886990; }

 p { color: rgb(136,105,144); }

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

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

 a { background-color: rgb(136,105,144); }

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

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

 span { border-color: rgb(136,105,144); }

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