Html Css Color HEX #835C84 Trendy Pink

📋 copy color: '#835C84'

red 131 ◦ green 92 ◦ blue 132

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

Shades of Trendy Pink #835C84

Tints of Trendy Pink #835C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

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

R = 36.9%
G = 25.92%
B = 37.18%

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

#835C84 (or 0x835C84) is known color: Trendy Pink. HEX triplet: 83, 5C and 84. RGB value is (131,92,132). Sum of RGB (Red+Green+Blue) = 131+92+132=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #835C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835C84 is #7CA37B. Grayscale: #6C6C6C. Windows color (decimal): -8168316 or 8674435. OLE color: 8674435.

HSL color Cylindrical-coordinate representation of color #835C84: hue angle of 298.5º degrees, saturation: 0.18, 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 #835C84 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 92 132 -
CMYK 0.01 0.30 0 0.48
HSL 298.5º 0.18% 0.44% -
HSV(B) 298.5º 0.3% 0.52% -
XYZ 17.35 14.15 23.65 -
YUV 108.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 131 92 132 0.01 0.30 0 0.48 298.5 0.18 0.44
Hex 83 5C 84 1 1E 0 30 12A 12 2C
Octal 203 134 204 1 36 0 60 452 22 54
Binary 10000011 1011100 10000100 1 11110 0 110000 100101010 10010 101100

Color Harmonies of #835C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835C84

Black with #835C84

Text Example


Text Example

White with #835C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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