Html Css Color HEX #835F84 Trendy Pink

📋 copy color: '#835F84'

red 131 ◦ green 95 ◦ blue 132

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

Shades of Trendy Pink #835F84

Tints of Trendy Pink #835F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

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

R = 36.59%
G = 26.54%
B = 36.87%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#835F84 (or 0x835F84) is known color: Trendy Pink. HEX triplet: 83, 5F and 84. RGB value is (131,95,132). Sum of RGB (Red+Green+Blue) = 131+95+132=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #835F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835F84 is #7CA07B. Grayscale: #6D6D6D. Windows color (decimal): -8167548 or 8675203. OLE color: 8675203.

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

Color convert

RGB 131 95 132 -
CMYK 0.01 0.28 0 0.48
HSL 298.38º 0.16% 0.45% -
HSV(B) 298.38º 0.28% 0.52% -
XYZ 17.62 14.68 23.73 -
YUV 109.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 131 95 132 0.01 0.28 0 0.48 298.38 0.16 0.45
Hex 83 5F 84 1 1C 0 30 12A 10 2D
Octal 203 137 204 1 34 0 60 452 20 55
Binary 10000011 1011111 10000100 1 11100 0 110000 100101010 10000 101101

Color Harmonies of #835F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F84

Black with #835F84

Text Example


Text Example

White with #835F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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