Html Css Color HEX #836E84 Trendy Pink

📋 copy color: '#836E84'

red 131 ◦ green 110 ◦ blue 132

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

Shades of Trendy Pink #836E84

Tints of Trendy Pink #836E84

RGB

 RED value IS 131 (51.56% from 255) = 35.12%

 GREEN value IS 110 (43.36% from 255) = 29.49%

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

R = 35.12%
G = 29.49%
B = 35.39%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836E84 (or 0x836E84) is known color: Trendy Pink. HEX triplet: 83, 6E and 84. RGB value is (131,110,132). Sum of RGB (Red+Green+Blue) = 131+110+132=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 132 - color contains mainly: blue. Hex color #836E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836E84 is #7C917B. Grayscale: #767676. Windows color (decimal): -8163708 or 8679043. OLE color: 8679043.

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

Color convert

RGB 131 110 132 -
CMYK 0.01 0.17 0 0.48
HSL 297.27º 0.09% 0.47% -
HSV(B) 297.27º 0.17% 0.52% -
XYZ 19.1 17.64 24.23 -
YUV 118.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 131 110 132 0.01 0.17 0 0.48 297.27 0.09 0.47
Hex 83 6E 84 1 11 0 30 129 9 2F
Octal 203 156 204 1 21 0 60 451 11 57
Binary 10000011 1101110 10000100 1 10001 0 110000 100101001 1001 101111

Color Harmonies of #836E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836E84

Black with #836E84

Text Example


Text Example

White with #836E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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