Html Css Color HEX #83697E Old Lavender

📋 copy color: '#83697E'

red 131 ◦ green 105 ◦ blue 126

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

Shades of Old Lavender #83697E

Tints of Old Lavender #83697E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 36.19%
G = 29.01%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83697E (or 0x83697E) is known color: Old Lavender. HEX triplet: 83, 69 and 7E. RGB value is (131,105,126). Sum of RGB (Red+Green+Blue) = 131+105+126=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 131 - color contains mainly: red. Hex color #83697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83697E is #7C9681. Grayscale: #737373. Windows color (decimal): -8164994 or 8284547. OLE color: 8284547.

HSL color Cylindrical-coordinate representation of color #83697E: hue angle of 311.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83697E is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 105 126 -
CMYK 0 0.20 0.04 0.49
HSL 311.54º 0.11% 0.46% -
HSV(B) 311.54º 0.2% 0.51% -
XYZ 18.18 16.43 21.95 -
YUV 115.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 131 105 126 0 0.20 0.04 0.49 311.54 0.11 0.46
Hex 83 69 7E 0 14 4 31 138 B 2E
Octal 203 151 176 0 24 4 61 470 13 56
Binary 10000011 1101001 1111110 0 10100 100 110001 100111000 1011 101110

Color Harmonies of #83697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83697E

Black with #83697E

Text Example


Text Example

White with #83697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83697E; }

 p { color: rgb(131,105,126); }

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

background-color css

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

 a { background-color: rgb(131,105,126); }

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

border-color css

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

 span { border-color: rgb(131,105,126); }

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