Html Css Color HEX #886386 Trendy Pink

📋 copy color: '#886386'

red 136 ◦ green 99 ◦ blue 134

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

Shades of Trendy Pink #886386

Tints of Trendy Pink #886386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 36.86%
G = 26.83%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#886386 (or 0x886386) is known color: Trendy Pink. HEX triplet: 88, 63 and 86. RGB value is (136,99,134). Sum of RGB (Red+Green+Blue) = 136+99+134=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #886386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886386 is #779C79. Grayscale: #717171. Windows color (decimal): -7838842 or 8807304. OLE color: 8807304.

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

Color convert

RGB 136 99 134 -
CMYK 0 0.27 0.01 0.47
HSL 303.24º 0.16% 0.46% -
HSV(B) 303.24º 0.27% 0.53% -
XYZ 18.92 15.88 24.62 -
YUV 114.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 136 99 134 0 0.27 0.01 0.47 303.24 0.16 0.46
Hex 88 63 86 0 1B 1 2F 12F 10 2E
Octal 210 143 206 0 33 1 57 457 20 56
Binary 10001000 1100011 10000110 0 11011 1 101111 100101111 10000 101110

Color Harmonies of #886386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886386

Black with #886386

Text Example


Text Example

White with #886386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886386; }

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

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

background-color css

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

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

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

border-color css

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

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

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