Html Css Color HEX #835D84 Trendy Pink

📋 copy color: '#835D84'

red 131 ◦ green 93 ◦ blue 132

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

Shades of Trendy Pink #835D84

Tints of Trendy Pink #835D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

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

R = 36.8%
G = 26.12%
B = 37.08%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#835D84 (or 0x835D84) is known color: Trendy Pink. HEX triplet: 83, 5D and 84. RGB value is (131,93,132). Sum of RGB (Red+Green+Blue) = 131+93+132=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #835D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D84 is #7CA27B. Grayscale: #6C6C6C. Windows color (decimal): -8168060 or 8674691. OLE color: 8674691.

HSL color Cylindrical-coordinate representation of color #835D84: hue angle of 298.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835D84 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 93 132 -
CMYK 0.01 0.30 0 0.48
HSL 298.46º 0.17% 0.44% -
HSV(B) 298.46º 0.3% 0.52% -
XYZ 17.44 14.32 23.67 -
YUV 108.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 131 93 132 0.01 0.30 0 0.48 298.46 0.17 0.44
Hex 83 5D 84 1 1E 0 30 12A 11 2C
Octal 203 135 204 1 36 0 60 452 21 54
Binary 10000011 1011101 10000100 1 11110 0 110000 100101010 10001 101100

Color Harmonies of #835D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D84

Black with #835D84

Text Example


Text Example

White with #835D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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