Html Css Color HEX #884A81 Trendy Pink

📋 copy color: '#884A81'

red 136 ◦ green 74 ◦ blue 129

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

Shades of Trendy Pink #884A81

Tints of Trendy Pink #884A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.05%

R = 40.12%
G = 21.83%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#884A81 (or 0x884A81) is known color: Trendy Pink. HEX triplet: 88, 4A and 81. RGB value is (136,74,129). Sum of RGB (Red+Green+Blue) = 136+74+129=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #884A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A81 is #77B57E. Grayscale: #626262. Windows color (decimal): -7845247 or 8473224. OLE color: 8473224.

HSL color Cylindrical-coordinate representation of color #884A81: hue angle of 306.77º 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 #884A81 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 74 129 -
CMYK 0 0.46 0.05 0.47
HSL 306.77º 0.3% 0.41% -
HSV(B) 306.77º 0.46% 0.53% -
XYZ 16.56 11.72 22.16 -
YUV 98.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 136 74 129 0 0.46 0.05 0.47 306.77 0.3 0.41
Hex 88 4A 81 0 2E 5 2F 133 1E 29
Octal 210 112 201 0 56 5 57 463 36 51
Binary 10001000 1001010 10000001 0 101110 101 101111 100110011 11110 101001

Color Harmonies of #884A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A81

Black with #884A81

Text Example


Text Example

White with #884A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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