Html Css Color HEX #884A83 Trendy Pink

📋 copy color: '#884A83'

red 136 ◦ green 74 ◦ blue 131

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

Shades of Trendy Pink #884A83

Tints of Trendy Pink #884A83

RGB

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

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

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

R = 39.88%
G = 21.7%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#884A83 (or 0x884A83) is known color: Trendy Pink. HEX triplet: 88, 4A and 83. RGB value is (136,74,131). Sum of RGB (Red+Green+Blue) = 136+74+131=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #884A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A83 is #77B57C. Grayscale: #626262. Windows color (decimal): -7845245 or 8604296. OLE color: 8604296.

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

Color convert

RGB 136 74 131 -
CMYK 0 0.46 0.04 0.47
HSL 304.84º 0.3% 0.41% -
HSV(B) 304.84º 0.46% 0.53% -
XYZ 16.7 11.77 22.86 -
YUV 99.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 136 74 131 0 0.46 0.04 0.47 304.84 0.3 0.41
Hex 88 4A 83 0 2E 4 2F 131 1E 29
Octal 210 112 203 0 56 4 57 461 36 51
Binary 10001000 1001010 10000011 0 101110 100 101111 100110001 11110 101001

Color Harmonies of #884A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A83

Black with #884A83

Text Example


Text Example

White with #884A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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