Html Css Color HEX #884684 Trendy Pink

📋 copy color: '#884684'

red 136 ◦ green 70 ◦ blue 132

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

Shades of Trendy Pink #884684

Tints of Trendy Pink #884684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 132 (51.95% from 255) = 39.05%

R = 40.24%
G = 20.71%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#884684 (or 0x884684) is known color: Trendy Pink. HEX triplet: 88, 46 and 84. RGB value is (136,70,132). Sum of RGB (Red+Green+Blue) = 136+70+132=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #884684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884684 is #77B97B. Grayscale: #606060. Windows color (decimal): -7846268 or 8668808. OLE color: 8668808.

HSL color Cylindrical-coordinate representation of color #884684: hue angle of 303.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884684 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 132 -
CMYK 0 0.49 0.03 0.47
HSL 303.64º 0.32% 0.4% -
HSV(B) 303.64º 0.49% 0.53% -
XYZ 16.51 11.28 23.14 -
YUV 96.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 136 70 132 0 0.49 0.03 0.47 303.64 0.32 0.4
Hex 88 46 84 0 31 3 2F 130 20 28
Octal 210 106 204 0 61 3 57 460 40 50
Binary 10001000 1000110 10000100 0 110001 11 101111 100110000 100000 101000

Color Harmonies of #884684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884684

Black with #884684

Text Example


Text Example

White with #884684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884684; }

 p { color: rgb(136,70,132); }

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

background-color css

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

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

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

border-color css

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

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

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