Html Css Color HEX #836482 Trendy Pink

📋 copy color: '#836482'

red 131 ◦ green 100 ◦ blue 130

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

Shades of Trendy Pink #836482

Tints of Trendy Pink #836482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 36.29%
G = 27.7%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#836482 (or 0x836482) is known color: Trendy Pink. HEX triplet: 83, 64 and 82. RGB value is (131,100,130). Sum of RGB (Red+Green+Blue) = 131+100+130=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #836482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836482 is #7C9B7D. Grayscale: #707070. Windows color (decimal): -8166270 or 8545411. OLE color: 8545411.

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

Color convert

RGB 131 100 130 -
CMYK 0 0.24 0.01 0.49
HSL 301.94º 0.13% 0.45% -
HSV(B) 301.94º 0.24% 0.51% -
XYZ 17.95 15.55 23.17 -
YUV 112.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 131 100 130 0 0.24 0.01 0.49 301.94 0.13 0.45
Hex 83 64 82 0 18 1 31 12E D 2D
Octal 203 144 202 0 30 1 61 456 15 55
Binary 10000011 1100100 10000010 0 11000 1 110001 100101110 1101 101101

Color Harmonies of #836482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836482

Black with #836482

Text Example


Text Example

White with #836482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836482; }

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

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

background-color css

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

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

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

border-color css

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

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

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