#836C84

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

Shades of Trendy Pink #836C84

Tints of Trendy Pink #836C84

Color information

#836C84 (or 0x836C84) is unknown color: approx Trendy Pink. HEX triplet: 83, 6C and 84. RGB value is (131,108,132). Sum of RGB (Red+Green+Blue) = 131+108+132=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 132 - color contains mainly: blue. Hex color #836C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C84 is #7C937B. Grayscale: #757575. Windows color (decimal): -8164220 or 8678531. OLE color: 8678531.

HSL color Cylindrical-coordinate representation of color #836C84: hue angle of 297.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #836C84 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB131108132-
CMYK0.010.1800.48
HSL297.5º10%47.06%-
HSV(B)297.5º18.18%51.76%-
XYZ18.8917.2224.16-
YUV117.61136.12137.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=35.31%
G=29.11%
B=35.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311081320.010.1800.48297.51047.06
Hex836C8411203012aa2f
Octal2031542041220604521257
Binary1000001111011001000010011001001100001001010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836C84; }

 p { color: rgb(131,108,132); }

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

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

 a { background-color: rgb(131,108,132); }

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

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

 span { border-color: rgb(131,108,132); }

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