Html Css Color HEX #885986 Trendy Pink

📋 copy color: '#885986'

red 136 ◦ green 89 ◦ blue 134

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

Shades of Trendy Pink #885986

Tints of Trendy Pink #885986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 37.88%
G = 24.79%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#885986 (or 0x885986) is known color: Trendy Pink. HEX triplet: 88, 59 and 86. RGB value is (136,89,134). Sum of RGB (Red+Green+Blue) = 136+89+134=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #885986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885986 is #77A679. Grayscale: #6C6C6C. Windows color (decimal): -7841402 or 8804744. OLE color: 8804744.

HSL color Cylindrical-coordinate representation of color #885986: hue angle of 302.55º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885986 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 89 134 -
CMYK 0 0.35 0.01 0.47
HSL 302.55º 0.21% 0.44% -
HSV(B) 302.55º 0.35% 0.53% -
XYZ 18.03 14.1 24.33 -
YUV 108.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 136 89 134 0 0.35 0.01 0.47 302.55 0.21 0.44
Hex 88 59 86 0 23 1 2F 12F 15 2C
Octal 210 131 206 0 43 1 57 457 25 54
Binary 10001000 1011001 10000110 0 100011 1 101111 100101111 10101 101100

Color Harmonies of #885986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885986

Black with #885986

Text Example


Text Example

White with #885986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885986; }

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

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

background-color css

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

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

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

border-color css

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

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

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