Html Css Color HEX #886883 Trendy Pink

📋 copy color: '#886883'

red 136 ◦ green 104 ◦ blue 131

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

Shades of Trendy Pink #886883

Tints of Trendy Pink #886883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 36.66%
G = 28.03%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#886883 (or 0x886883) is known color: Trendy Pink. HEX triplet: 88, 68 and 83. RGB value is (136,104,131). Sum of RGB (Red+Green+Blue) = 136+104+131=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #886883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886883 is #77977C. Grayscale: #747474. Windows color (decimal): -7837565 or 8611976. OLE color: 8611976.

HSL color Cylindrical-coordinate representation of color #886883: hue angle of 309.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #886883 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 104 131 -
CMYK 0 0.24 0.04 0.47
HSL 309.38º 0.13% 0.47% -
HSV(B) 309.38º 0.24% 0.53% -
XYZ 19.2 16.77 23.7 -
YUV 116.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 136 104 131 0 0.24 0.04 0.47 309.38 0.13 0.47
Hex 88 68 83 0 18 4 2F 135 D 2F
Octal 210 150 203 0 30 4 57 465 15 57
Binary 10001000 1101000 10000011 0 11000 100 101111 100110101 1101 101111

Color Harmonies of #886883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886883

Black with #886883

Text Example


Text Example

White with #886883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886883; }

 p { color: rgb(136,104,131); }

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

background-color css

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

 a { background-color: rgb(136,104,131); }

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

border-color css

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

 span { border-color: rgb(136,104,131); }

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