Html Css Color HEX #885990 Trendy Pink

📋 copy color: '#885990'

red 136 ◦ green 89 ◦ blue 144

#885990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #885990

Tints of Trendy Pink #885990

RGB

 RED value IS 136 (53.52% from 255) = 36.86%

 GREEN value IS 89 (35.16% from 255) = 24.12%

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 36.86%
G = 24.12%
B = 39.02%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#885990 (or 0x885990) is known color: Trendy Pink. HEX triplet: 88, 59 and 90. RGB value is (136,89,144). Sum of RGB (Red+Green+Blue) = 136+89+144=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #885990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885990 is #77A66F. Grayscale: #6D6D6D. Windows color (decimal): -7841392 or 9460104. OLE color: 9460104.

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

Color convert

RGB 136 89 144 -
CMYK 0.06 0.38 0 0.44
HSL 291.27º 0.24% 0.46% -
HSV(B) 291.27º 0.38% 0.56% -
XYZ 18.76 14.39 28.17 -
YUV 109.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 136 89 144 0.06 0.38 0 0.44 291.27 0.24 0.46
Hex 88 59 90 6 26 0 2C 123 18 2E
Octal 210 131 220 6 46 0 54 443 30 56
Binary 10001000 1011001 10010000 110 100110 0 101100 100100011 11000 101110

Color Harmonies of #885990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885990

Black with #885990

Text Example


Text Example

White with #885990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885990; }

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

 H1.HeaderClassName
 {
   color: #885990;
 }
 .AnyTagClassName
 {
   color: #885990;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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