Html Css Color HEX #836F82 Old Lavender

📋 copy color: '#836F82'

red 131 ◦ green 111 ◦ blue 130

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

Shades of Old Lavender #836F82

Tints of Old Lavender #836F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

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

R = 35.22%
G = 29.84%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#836F82 (or 0x836F82) is known color: Old Lavender. HEX triplet: 83, 6F and 82. RGB value is (131,111,130). Sum of RGB (Red+Green+Blue) = 131+111+130=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #836F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F82 is #7C907D. Grayscale: #777777. Windows color (decimal): -8163454 or 8548227. OLE color: 8548227.

HSL color Cylindrical-coordinate representation of color #836F82: hue angle of 303º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #836F82 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 111 130 -
CMYK 0 0.15 0.01 0.49
HSL 303º 0.08% 0.47% -
HSV(B) 303º 0.15% 0.51% -
XYZ 19.07 17.81 23.55 -
YUV 119.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 131 111 130 0 0.15 0.01 0.49 303 0.08 0.47
Hex 83 6F 82 0 F 1 31 12F 8 2F
Octal 203 157 202 0 17 1 61 457 10 57
Binary 10000011 1101111 10000010 0 1111 1 110001 100101111 1000 101111

Color Harmonies of #836F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F82

Black with #836F82

Text Example


Text Example

White with #836F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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