Html Css Color HEX #836F87 Trendy Pink

📋 copy color: '#836F87'

red 131 ◦ green 111 ◦ blue 135

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

Shades of Trendy Pink #836F87

Tints of Trendy Pink #836F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 34.75%
G = 29.44%
B = 35.81%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836F87 (or 0x836F87) is known color: Trendy Pink. HEX triplet: 83, 6F and 87. RGB value is (131,111,135). Sum of RGB (Red+Green+Blue) = 131+111+135=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 135 - color contains mainly: blue. Hex color #836F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F87 is #7C9078. Grayscale: #777777. Windows color (decimal): -8163449 or 8875907. OLE color: 8875907.

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

Color convert

RGB 131 111 135 -
CMYK 0.03 0.18 0 0.47
HSL 290º 0.1% 0.48% -
HSV(B) 290º 0.18% 0.53% -
XYZ 19.42 17.94 25.36 -
YUV 119.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 131 111 135 0.03 0.18 0 0.47 290 0.1 0.48
Hex 83 6F 87 3 12 0 2F 122 A 30
Octal 203 157 207 3 22 0 57 442 12 60
Binary 10000011 1101111 10000111 11 10010 0 101111 100100010 1010 110000

Color Harmonies of #836F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F87

Black with #836F87

Text Example


Text Example

White with #836F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,111,135); }

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

background-color css

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

 a { background-color: rgb(131,111,135); }

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

border-color css

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

 span { border-color: rgb(131,111,135); }

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