#884683

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

Shades of Trendy Pink #884683

Tints of Trendy Pink #884683

Color information

#884683 (or 0x884683) is unknown color: approx Trendy Pink. HEX triplet: 88, 46 and 83. RGB value is (136,70,131). Sum of RGB (Red+Green+Blue) = 136+70+131=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #884683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884683 is #77B97C. Grayscale: #606060. Windows color (decimal): -7846269 or 8603272. OLE color: 8603272.

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

Color convert

RGB13670131-
CMYK00.490.040.47
HSL304.55º32.04%40.39%-
HSV(B)304.55º48.53%53.33%-
XYZ16.4411.2522.78-
YUV96.69147.37156.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 131 (51.56% from 255) = 38.87%
R=40.36%
G=20.77%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367013100.490.040.47304.5532.0440.39
Hex88468303142F1312028
Octal2101062030614574614050
Binary100010001000110100000110110001100101111100110001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884683; }

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

 H1.HeaderClassName
 {
   color: #884683;
 }
 .AnyTagClassName
 {
   color: #884683;
 }
</style>
background-color css

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

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

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

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

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

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