Html Css Color HEX #835682 Trendy Pink

📋 copy color: '#835682'

red 131 ◦ green 86 ◦ blue 130

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

Shades of Trendy Pink #835682

Tints of Trendy Pink #835682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

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

R = 37.75%
G = 24.78%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#835682 (or 0x835682) is known color: Trendy Pink. HEX triplet: 83, 56 and 82. RGB value is (131,86,130). Sum of RGB (Red+Green+Blue) = 131+86+130=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #835682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835682 is #7CA97D. Grayscale: #686868. Windows color (decimal): -8169854 or 8541827. OLE color: 8541827.

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

Color convert

RGB 131 86 130 -
CMYK 0 0.34 0.01 0.49
HSL 301.33º 0.21% 0.43% -
HSV(B) 301.33º 0.34% 0.51% -
XYZ 16.72 13.09 22.77 -
YUV 104.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 131 86 130 0 0.34 0.01 0.49 301.33 0.21 0.43
Hex 83 56 82 0 22 1 31 12D 15 2B
Octal 203 126 202 0 42 1 61 455 25 53
Binary 10000011 1010110 10000010 0 100010 1 110001 100101101 10101 101011

Color Harmonies of #835682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835682

Black with #835682

Text Example


Text Example

White with #835682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835682; }

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

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

background-color css

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

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

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

border-color css

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

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

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