Html Css Color HEX #835E85 Trendy Pink

📋 copy color: '#835E85'

red 131 ◦ green 94 ◦ blue 133

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

Shades of Trendy Pink #835E85

Tints of Trendy Pink #835E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 36.59%
G = 26.26%
B = 37.15%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#835E85 (or 0x835E85) is known color: Trendy Pink. HEX triplet: 83, 5E and 85. RGB value is (131,94,133). Sum of RGB (Red+Green+Blue) = 131+94+133=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #835E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835E85 is #7CA17A. Grayscale: #6D6D6D. Windows color (decimal): -8167803 or 8740483. OLE color: 8740483.

HSL color Cylindrical-coordinate representation of color #835E85: hue angle of 296.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #835E85 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 94 133 -
CMYK 0.02 0.29 0 0.48
HSL 296.92º 0.17% 0.45% -
HSV(B) 296.92º 0.29% 0.52% -
XYZ 17.6 14.52 24.07 -
YUV 109.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 131 94 133 0.02 0.29 0 0.48 296.92 0.17 0.45
Hex 83 5E 85 2 1D 0 30 129 11 2D
Octal 203 136 205 2 35 0 60 451 21 55
Binary 10000011 1011110 10000101 10 11101 0 110000 100101001 10001 101101

Color Harmonies of #835E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835E85

Black with #835E85

Text Example


Text Example

White with #835E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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