Html Css Color HEX #884A88 Trendy Pink

📋 copy color: '#884A88'

red 136 ◦ green 74 ◦ blue 136

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

Shades of Trendy Pink #884A88

Tints of Trendy Pink #884A88

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 39.31%
G = 21.39%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#884A88 (or 0x884A88) is known color: Trendy Pink. HEX triplet: 88, 4A and 88. RGB value is (136,74,136). Sum of RGB (Red+Green+Blue) = 136+74+136=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #884A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A88 is #77B577. Grayscale: #636363. Windows color (decimal): -7845240 or 8931976. OLE color: 8931976.

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

Color convert

RGB 136 74 136 -
CMYK 0 0.46 0 0.47
HSL 300º 0.3% 0.41% -
HSV(B) 300º 0.46% 0.53% -
XYZ 17.05 11.91 24.69 -
YUV 99.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 136 74 136 0 0.46 0 0.47 300 0.3 0.41
Hex 88 4A 88 0 2E 0 2F 12C 1E 29
Octal 210 112 210 0 56 0 57 454 36 51
Binary 10001000 1001010 10001000 0 101110 0 101111 100101100 11110 101001

Color Harmonies of #884A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A88

Black with #884A88

Text Example


Text Example

White with #884A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,74,136); }

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

background-color css

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

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

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

border-color css

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

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

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