Html Css Color HEX #836582 Trendy Pink

📋 copy color: '#836582'

red 131 ◦ green 101 ◦ blue 130

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

Shades of Trendy Pink #836582

Tints of Trendy Pink #836582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 36.19%
G = 27.9%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#836582 (or 0x836582) is known color: Trendy Pink. HEX triplet: 83, 65 and 82. RGB value is (131,101,130). Sum of RGB (Red+Green+Blue) = 131+101+130=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 131 - color contains mainly: red. Hex color #836582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836582 is #7C9A7D. Grayscale: #717171. Windows color (decimal): -8166014 or 8545667. OLE color: 8545667.

HSL color Cylindrical-coordinate representation of color #836582: hue angle of 302º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836582 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 101 130 -
CMYK 0 0.23 0.01 0.49
HSL 302º 0.13% 0.45% -
HSV(B) 302º 0.23% 0.51% -
XYZ 18.04 15.74 23.21 -
YUV 113.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 131 101 130 0 0.23 0.01 0.49 302 0.13 0.45
Hex 83 65 82 0 17 1 31 12E D 2D
Octal 203 145 202 0 27 1 61 456 15 55
Binary 10000011 1100101 10000010 0 10111 1 110001 100101110 1101 101101

Color Harmonies of #836582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836582

Black with #836582

Text Example


Text Example

White with #836582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836582; }

 p { color: rgb(131,101,130); }

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

background-color css

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

 a { background-color: rgb(131,101,130); }

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

border-color css

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

 span { border-color: rgb(131,101,130); }

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