Html Css Color HEX #83697F Old Lavender

📋 copy color: '#83697F'

red 131 ◦ green 105 ◦ blue 127

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

Shades of Old Lavender #83697F

Tints of Old Lavender #83697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 36.09%
G = 28.93%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83697F (or 0x83697F) is known color: Old Lavender. HEX triplet: 83, 69 and 7F. RGB value is (131,105,127). Sum of RGB (Red+Green+Blue) = 131+105+127=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #83697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83697F is #7C9680. Grayscale: #737373. Windows color (decimal): -8164993 or 8350083. OLE color: 8350083.

HSL color Cylindrical-coordinate representation of color #83697F: hue angle of 309.23º 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 #83697F is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 105 127 -
CMYK 0 0.20 0.03 0.49
HSL 309.23º 0.11% 0.46% -
HSV(B) 309.23º 0.2% 0.51% -
XYZ 18.24 16.46 22.29 -
YUV 115.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 131 105 127 0 0.20 0.03 0.49 309.23 0.11 0.46
Hex 83 69 7F 0 14 3 31 135 B 2E
Octal 203 151 177 0 24 3 61 465 13 56
Binary 10000011 1101001 1111111 0 10100 11 110001 100110101 1011 101110

Color Harmonies of #83697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83697F

Black with #83697F

Text Example


Text Example

White with #83697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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