Html Css Color HEX #884C8D Trendy Pink

📋 copy color: '#884C8D'

red 136 ◦ green 76 ◦ blue 141

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

Shades of Trendy Pink #884C8D

Tints of Trendy Pink #884C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.53%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 38.53%
G = 21.53%
B = 39.94%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#884C8D (or 0x884C8D) is known color: Trendy Pink. HEX triplet: 88, 4C and 8D. RGB value is (136,76,141). Sum of RGB (Red+Green+Blue) = 136+76+141=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #884C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884C8D is #77B372. Grayscale: #656565. Windows color (decimal): -7844723 or 9260168. OLE color: 9260168.

HSL color Cylindrical-coordinate representation of color #884C8D: hue angle of 295.38º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884C8D is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 76 141 -
CMYK 0.04 0.46 0 0.45
HSL 295.38º 0.3% 0.43% -
HSV(B) 295.38º 0.46% 0.55% -
XYZ 17.55 12.33 26.65 -
YUV 101.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 136 76 141 0.04 0.46 0 0.45 295.38 0.3 0.43
Hex 88 4C 8D 4 2E 0 2D 127 1E 2B
Octal 210 114 215 4 56 0 55 447 36 53
Binary 10001000 1001100 10001101 100 101110 0 101101 100100111 11110 101011

Color Harmonies of #884C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C8D

Black with #884C8D

Text Example


Text Example

White with #884C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884C8D; }

 p { color: rgb(136,76,141); }

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

background-color css

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

 a { background-color: rgb(136,76,141); }

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

border-color css

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

 span { border-color: rgb(136,76,141); }

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