Html Css Color HEX #836C84 Trendy Pink

📋 copy color: '#836C84'

red 131 ◦ green 108 ◦ blue 132

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

Shades of Trendy Pink #836C84

Tints of Trendy Pink #836C84

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 value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836C84 (or 0x836C84) is known color: 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

RGB 131 108 132 -
CMYK 0.01 0.18 0 0.48
HSL 297.5º 0.1% 0.47% -
HSV(B) 297.5º 0.18% 0.52% -
XYZ 18.89 17.22 24.16 -
YUV 117.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 131 108 132 0.01 0.18 0 0.48 297.5 0.1 0.47
Hex 83 6C 84 1 12 0 30 12A A 2F
Octal 203 154 204 1 22 0 60 452 12 57
Binary 10000011 1101100 10000100 1 10010 0 110000 100101010 1010 101111

Color Harmonies of #836C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C84

Black with #836C84

Text Example


Text Example

White with #836C84

Text Example


Text Example

HTML Codes & Css Web 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>