Html Css Color HEX #884881 Trendy Pink

📋 copy color: '#884881'

red 136 ◦ green 72 ◦ blue 129

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

Shades of Trendy Pink #884881

Tints of Trendy Pink #884881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

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

R = 40.36%
G = 21.36%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#884881 (or 0x884881) is known color: Trendy Pink. HEX triplet: 88, 48 and 81. RGB value is (136,72,129). Sum of RGB (Red+Green+Blue) = 136+72+129=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #884881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884881 is #77B77E. Grayscale: #616161. Windows color (decimal): -7845759 or 8472712. OLE color: 8472712.

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

Color convert

RGB 136 72 129 -
CMYK 0 0.47 0.05 0.47
HSL 306.56º 0.31% 0.41% -
HSV(B) 306.56º 0.47% 0.53% -
XYZ 16.43 11.45 22.11 -
YUV 97.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 136 72 129 0 0.47 0.05 0.47 306.56 0.31 0.41
Hex 88 48 81 0 2F 5 2F 133 1F 29
Octal 210 110 201 0 57 5 57 463 37 51
Binary 10001000 1001000 10000001 0 101111 101 101111 100110011 11111 101001

Color Harmonies of #884881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884881

Black with #884881

Text Example


Text Example

White with #884881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884881; }

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

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

background-color css

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

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

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

border-color css

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

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

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