#884684

Color #884684 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #884684

Tints of Trendy Pink #884684

Color information

#884684 (or 0x884684) is unknown color: approx 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

RGB13670132-
CMYK00.490.030.47
HSL303.64º32.04%40.39%-
HSV(B)303.64º48.53%53.33%-
XYZ16.5111.2823.14-
YUV96.8147.87155.96-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367013200.490.030.47303.6432.0440.39
Hex88468403132F1302028
Octal2101062040613574604050
Binary10001000100011010000100011000111101111100110000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>