Html Css Color HEX #835E87 Trendy Pink

📋 copy color: '#835E87'

red 131 ◦ green 94 ◦ blue 135

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

Shades of Trendy Pink #835E87

Tints of Trendy Pink #835E87

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

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

R = 36.39%
G = 26.11%
B = 37.5%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#835E87 (or 0x835E87) is known color: Trendy Pink. HEX triplet: 83, 5E and 87. RGB value is (131,94,135). Sum of RGB (Red+Green+Blue) = 131+94+135=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #835E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835E87 is #7CA178. Grayscale: #6D6D6D. Windows color (decimal): -8167801 or 8871555. OLE color: 8871555.

HSL color Cylindrical-coordinate representation of color #835E87: hue angle of 294.15º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835E87 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 94 135 -
CMYK 0.03 0.30 0 0.47
HSL 294.15º 0.18% 0.45% -
HSV(B) 294.15º 0.3% 0.53% -
XYZ 17.74 14.58 24.8 -
YUV 109.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 131 94 135 0.03 0.30 0 0.47 294.15 0.18 0.45
Hex 83 5E 87 3 1E 0 2F 126 12 2D
Octal 203 136 207 3 36 0 57 446 22 55
Binary 10000011 1011110 10000111 11 11110 0 101111 100100110 10010 101101

Color Harmonies of #835E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835E87

Black with #835E87

Text Example


Text Example

White with #835E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835E87; }

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

 H1.HeaderClassName
 {
   color: #835E87;
 }
 .AnyTagClassName
 {
   color: #835E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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